Google quiere que la web se vea más linda...
Y lanzaron este proyecto:
http://code.google.com/webfonts
En dónde funciona?
Cita: The Google Font API is compatible with the following browsers:
Google Chrome: version 4.249.4+
Mozilla Firefox: version: 3.5+
Apple Safari: version 3.1+
Microsoft Internet Explorer: version 6+
Y cómo funciona:
Cita: What is the Google Font API serving?
When a browser sends a request for a Font API stylesheet (as specified in a <link> tag in your web page), the Font API serves a stylesheet generated for the specific user agent making the request.
A request for Inconsolata from Firefox, for example, returns the following CSS:
@font-face {
font-family: 'Inconsolata';
src: local('Inconsolata'), url('http://themes.googleusercontent.com/fonts/font?kit=J_eeEGgHN8Gk3Eud0dz8jw') format('truetype');
}
A request from Internet Explorer, on the other hand, returns:
@font-face {
font-family: 'Inconsolata';
src: url('http://themes.googleusercontent.com/fonts/font?kit=J_eeEGgHN8Gk3Eud0dz8jw');
}
After downloading the CSS, the browser downloads the font in the appropriate format for the browser.
La idea es buena, nos da variedad.. Y no me extrañará empezar a ver estas letras en muchos sitios web. Les servirian para algún proyecto?
El único problema sería con la consulta externa, pero ya lo hacemos mucho con analytics, admanager, jquery o adsense, así que al menos no es la primera vez que conectamos con la gran G.