1 reply [Last post]
Anonymous
Anonymous's picture
Guru
calgary,alberta
calgary,alberta

can't remeber the call to import or attack a font file vai css - anyone?

Anonymous
Anonymous's picture
Guru

found it!

<style type="text/css">
@import {
font-family: Font Name;
src: url("Font File.ttf");
}
.classname {
font-family: "Font Name";
}
</style>