Wednesday, August 20, 2008

@font-face CSS tip

this is a great way to make a font face available.

This can help eliminate some headaches on choosing type for a website.

Found it here: Link

/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
font-family: “Fertigo”;
src: url(http://www.taptaptap.com/Fertigo.otf)
format(”opentype”);
}

Labels: , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home