: Whatever happened to opensourceampersand.com It's gone, which is a real shame, I should've made more use of it. Where's the best place to go to get free ampersands that I can then embed using
It's gone, which is a real shame, I should've made more use of it. Where's the best place to go to get free ampersands that I can then embed using @font -face in CSS?
More posts by @Sarah814
2 Comments
Sorted by latest first Latest Oldest Best
Google Web Fonts allows you to do pretty much what the ampersand site did, and perhaps with even more fonts to choose from. Check out the GWF Getting Started page linked below, and look for the section titled "Optimizing your font requests (beta)" which talks about how to link a small subset of any Google Web Font for use on your site. This will allow you to link just the ampersand and nothing else, like you wanted.
code.google.com/apis/webfonts/docs/getting_started.html
Don't forget... you have to encode the ampersand symbol when using this method. The ampersand encoding is just %26 for URLs. Here's an example using the encoding to link the ampersand from a font called Inconsolata:
<link rel="stylesheet"
type="text/css"
href="http://fonts.googleapis.com/css?family=Inconsolata&text=%26">
Check out The League of Movable Type over at www.theleagueofmoveabletype.com/. All of their fonts are free, designer-created, and come with the fonts needed for @font -face usage.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.