Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/05/2010, 08:09
Avatar de cvander
cvander
Moderador
 
Fecha de Ingreso: abril-2001
Ubicación: Ciudadano del mundo
Mensajes: 13.638
Antigüedad: 23 años
Puntos: 1792
Habemus lindas fonts (by google)

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.
__________________
- Christian Van Der Henst
Platzi