Google Font API & Google Font Directory

Posted by joelvarty on ASP.net Weblogs See other posts from ASP.net Weblogs or by joelvarty
Published on Thu, 27 May 2010 16:30:06 GMT Indexed on 2010/05/27 16:31 UTC
Read the original article Hit count: 343

Filed under:
|
|

There is a CSS element out there that looks like this:

@font-face {
  font-family: '';
  src: url('…');
}

I’ve only used this tag in a bunch of old apps and sites that were built exclusively for IE back in the day. 

Well, it’s part of CSS 3 and Google is going to make it easy to find and share fonts.

http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html

 

more later - joel

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about css