Why?
New Google Web Fonts Interface
11–20 of 48 posts
Re: New Google Web Fonts Interface
#12Wow - I've never seen a cleaner font browsing interface, and they make using the fonts you look at so easy I didn't even realize I was doing it. Let's hope the Web Fonts API doesn't go the way of the Translate API, or many webpages will be rendered in incorrect fonts. Horror!!
Re: New Google Web Fonts Interface
#13Re: New Google Web Fonts Interface
#14How is this useful if everyone else hasn't already downloaded those fonts? Everyone has Ariel. That's why it is so popular.
The fonts are delivered from Google in real-time and don't have to be pre-downloaded. That's the beauty of it! But of course Arial is still a good default.
Re: New Google Web Fonts Interface
#15Judging by the other comments, it's just me, but the fonts look worse now. They aren't smooth at all. Why?
Re: New Google Web Fonts Interface
#16Judging by the other comments, it's just me, but the fonts look worse now. They aren't smooth at all. Why?
Re: New Google Web Fonts Interface
#17How many awesome things can Google roll out in a day?
Re: New Google Web Fonts Interface
#18Nice improvement to the interface. I've just recently started using these fonts a bit and I really like the service. The collection is growing too so there's a good variety there. Nice job, Google.
Re: New Google Web Fonts Interface
#19Judging by the other comments, it's just me, but the fonts look worse now. They aren't smooth at all. Why?
Strangely IE6 (and 7? i think) are OK even with cleartype on.
There is a css hack to get font smoothing on windows:
h1{ text-shadow: 0 0 0 rgba(0,0,0,0.0001); /* Transparent Shadow make some kind of webkit font smoothing kick in */ }
Re: New Google Web Fonts Interface
#20How is this useful if everyone else hasn't already downloaded those fonts? Everyone has Ariel. That's why it is so popular.
You can embed font declarations in CSS (the @font-face declaration), specifying a path to a download. The browser will download the font and show it on web pages with the declaration. Google offers an array of freely-available (open source, actually, I think, but I'm not 100% sure) fonts that are hosted on their servers that you can use.