We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

pablazo on 09/28/06


Tagged

web fuentes


Versions (?)


Who likes this?

5 people have marked this snippet as a favorite

yuconner
Hirmine
tavo
marcoba
vali29


Añadir fuentes a la pagina web


Published in: CSS 


URL: http://www.easywebbers.com/2006/09/05/embedding-fonts-on-a-page/

  1. @font-face {font-family: "name";
  2. src: url(font.eot)
  3. }

Report this snippet 

You need to login to post a comment.