Tuesday, August 19, 2008

CSS typography - Using Helvetica Neue

Good looking styling I saw today using special fonts for hs. But what is Calibri??

h1, h2, h3, h4, h5 {
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,sans-serif;
font-weight: 300;
}