Live data from Hacker News

New Google Web Fonts Interface

google.com

21–30 of 48 posts

Re: New Google Web Fonts Interface

#21
post #14

Earlier quoted context omitted.

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.

"Helvetica Neue", Helvetica, Arial is a better default! Show the good one to those of us that have it (all Mac OS X and iOS users).

Helvetica usually looks like shit on Windows if the user happens to have it. So you might try a different order, or just rely on most Mac users having Helvetica Neue.

Re: New Google Web Fonts Interface

#23
post #9

How 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.

> (open source, actually, I think, but I'm not 100% sure)

To quote from the "introduction" dialog [0]: "Hundreds of free, open-source fonts optimized for the web".

Looking further, the "about" page [1] provides a bit more information: "All the Google web fonts are open source. That means that you are free to to use them in any way you want, independent of whether you're working on a private or commercial project."

I'm not sure what license they're using, though . . . I can't find anything but Google's standard "terms of service" license anywhere on the site.

[0] http://www.google.com/webfonts/v2#HomePlace:home

[1] http://www.google.com/webfonts/v2#AboutPlace:about

Re: New Google Web Fonts Interface

#25

Judging by the other comments, it's just me, but the fonts look worse now. They aren't smooth at all. Why?

Cleartype wreaks havoc on webfonts. Turning it off gives you smooth fonts, but jaggy regular text >:| 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 */ }

I turned Cleartype off and that helped. The text shadow trick helped as well. I would have thought that using Chrome would mean that Google's fonts would have displayed correctly, but I guess Cleartype overrides that. I miss the day when testing a website meant using just IE and Netscape -- now I have to turn Cleartype on and off ... ugh

Re: New Google Web Fonts Interface

#27
post #9

Earlier quoted context omitted.

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.

> (open source, actually, I think, but I'm not 100% sure) To quote from the "introduction" dialog [0]: "Hundreds of free, open-source fonts optimized for the web". Looking further, the "about" page [1] provides a bit more information: "All the Google web fonts are open source. That means that you are free to to use them in any way you want, independent of whether you're working on a private or commercial project." I'…

The licenses are on the individual fonts' pages (try the "Pop Out" links.) Most of them are under the SIL Open Font License.
Post reply on HN