Wed, 2003-04-02 12:54
can't remeber the call to import or attack a font file vai css - anyone?
Wed, 2003-04-02 14:24
#1
found it!
<style type="text/css">
@import {
font-family: Font Name;
src: url("Font File.ttf");
}
.classname {
font-family: "Font Name";
}
</style>