TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Webfont Directory

76 pointsby adamhowellabout 15 years ago

15 comments

Barnabasabout 15 years ago
Interesting, it appears to be serving @font-face fonts with browser-specific stylesheets. Firefox gets a tag with src: local('name'), while IE doesn't. More details here: <a href="http://code.google.com/apis/webfonts/docs/technical_considerations.html" rel="nofollow">http://code.google.com/apis/webfonts/docs/technical_consider...</a><p>This server-side logic makes it more than just a font-face repository like I initially assumed. If you feel like rolling your own and not using Google's, you can easily download font-face kits from fontsquirrel.com.
评论 #1362386 未加载
trueboskoabout 15 years ago
Took me one minute to implement. Amazing. The Droid Sans font looks great on headers, using it already. Always wanted to use Typekit but too cheap to pay the costs, this works for me.
评论 #1361940 未加载
Periodicabout 15 years ago
I'm glad to see some more of the common pieces of the internet hosted more centrally. There are issues with one company being in control of these things, but we gain a lot of benefits by having standard fonts and libraries available. These benefits include better caching and ease of patching.
评论 #1362217 未加载
cb33about 15 years ago
Sweet. Looks pretty easy to implement. <a href="http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start" rel="nofollow">http://code.google.com/apis/webfonts/docs/getting_started.ht...</a>
savrajsinghabout 15 years ago
It'll be awesome if google hosts non-romanized script fonts, too. Many sites in other languages require you have a certain font on your machine.<p>Here's a good example of a font Google should add -- Saab, a Gurmukhi (Punjabi) font. <a href="http://guca.sourceforge.net/typography/fonts/saab/" rel="nofollow">http://guca.sourceforge.net/typography/fonts/saab/</a> (free, gpl'd, unicode 4.0, opentype)
mortenjorckabout 15 years ago
I think I found a bug. That is, a Safari bug that can be worked around by other means. I tried using Cardo (only available as TrueType) on a site I'm building, and it renders inconsistently in Safari (Mac), cutting off lines of type at random heights.<p>This seems to be a TrueType bug in Safari that can be circumvented by using OpenType or SVG, which I discovered can be easily prepared with this excellent little tool: <a href="http://www.fontsquirrel.com/fontface/generator" rel="nofollow">http://www.fontsquirrel.com/fontface/generator</a><p>I ended up opting for my own @font-face linkage with the multiple formats converted by the aforelinked, which seems to render much better across browsers.<p>Shouldn't be hard for Google to implement something like this, though.
WillyFabout 15 years ago
Any thoughts on why Google is doing this other than a perverse will to take over the entire Internet?<p>My thought is that they're hoping this will encourage more text instead of images as text. That helps them index more information and collect more data on the whole web.
评论 #1362308 未加载
评论 #1362893 未加载
garrickvanburenabout 15 years ago
(blatant self promotion) <a href="http://kernest.com" rel="nofollow">http://kernest.com</a> supports iPhone/iPad and categorizes fonts by character set (cyrillic, greek, etc) - <a href="http://kernest.com/subsets/" rel="nofollow">http://kernest.com/subsets/</a>
bryanhabout 15 years ago
Odd, just looking at the compatibility sheet and then my analytics says that Google's Chrome is by far the worst offender in not supporting this. Chrome sits at 15% of my sites traffic and about 75% of that is pre-4.249.4.
jodrellblankabout 15 years ago
Another notch in the "soon every web page you visit will cause your browser to talk to Google" spider's web.
评论 #1363277 未加载
elblancoabout 15 years ago
Wondering how long till these show up in Google docs.
orblivionabout 15 years ago
Wait, for all this, there are just 17 fonts in their directory? I mean, appreciated of course, but is this all that helpful for a web developer?
jcnnghmabout 15 years ago
Doesn't seem to work on the iPad.
评论 #1361902 未加载
drivebyacctabout 15 years ago
Google, usability! I should be able to go from a font page to your really nice configuration page that lets me control it even more: <a href="http://code.google.com/webfonts/preview" rel="nofollow">http://code.google.com/webfonts/preview</a><p>Dammit Google, why did I have to search my history for a link to this awesome page. Sometimes, I swear people <i>ignore</i> intuitive things that are just too obvious.
drivebyacctabout 15 years ago
Also, I find the use of the word "implement" on this page hilarious. It's dropping the same font-face crap thats been in HTML5 for months into a webpage. The <i></i>only<i></i> difference is that it's hosted by Google.<p>Then again, Twitter was abuzz with everyone freaking out about DnD in html5. Guess if Google's not holding peoples' hands they might as well be useless. I also saw a tweet where someone asked if the REST API would be available for the iPhone. I facepalmed.
评论 #1366087 未加载