How do I create very thin fonts with CSS, like at http://www.google.com/landing/newgadgets/ ?
Right now I’m using this, but I’m on a mac and I don’t think “Helvetica Neue” is supported on windows.
h1{
font-size:64px;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight:100;
}
Any ideas for thin, crisp fonts?
Google is using their font API and CSS’s
@font-faceSee the following reference in their code:
Below is the exact definition that “registers” said font:
Then they simply apply that font to element/s:
Note:
@font-facefonts don’t render crisply on downlevel browsers. If you need to support them try – http://cufon.shoqolate.com/