@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”);
}
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: css, programming, typography, webdesign
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home