Thursday, June 24, 2010

@font-face- CSS3

@font-face {
font-family: "MuseoLight";
src: url("../fonts/Museo300-Regular.eot");
src: local("Museo 300"), local("Museo-300"),
url("../fonts/Museo300-Regular.woff") format("woff"),
url("../fonts/Museo300-Regular.otf") format("opentype"),
url("../fonts/Museo300-Regular.svg#Museo-300") format("svg");
}
h2{font-family:MuseoLight,Verdana,sans-serif;}


This is MuseoLight Font

No comments:

Post a Comment