TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google Webfont Directory

76 点作者 adamhowell大约 15 年前

15 条评论

Barnabas大约 15 年前
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 未加载
truebosko大约 15 年前
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 未加载
Periodic大约 15 年前
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 未加载
cb33大约 15 年前
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>
savrajsingh大约 15 年前
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)
mortenjorck大约 15 年前
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.
WillyF大约 15 年前
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 未加载
garrickvanburen大约 15 年前
(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>
bryanh大约 15 年前
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.
jodrellblank大约 15 年前
Another notch in the "soon every web page you visit will cause your browser to talk to Google" spider's web.
评论 #1363277 未加载
elblanco大约 15 年前
Wondering how long till these show up in Google docs.
orblivion大约 15 年前
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?
jcnnghm大约 15 年前
Doesn't seem to work on the iPad.
评论 #1361902 未加载
drivebyacct大约 15 年前
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.
drivebyacct大约 15 年前
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 未加载