Quote:
Originally Posted by yucca
Yes, that makes font tweaking very easy (if you want just the Greek words in an embedded font): after other @ rules, you would add e.g.
@font-face {
font-family: FreeSerif;
font-weight: normal;
font-sytle: normal;
src: url(../Fonts/FreeSerif.otf;
}
.greek {
font-family: FreeSerif;
}
and you would just need to add the FreeSerif.otf font in the Fonts folder. (I probably would not use FreeSerif, but it was easy to test with it.)
.
|
note the SRC correction

I made a @fonts
template clip where all I need to do is name the Family and fill out the font file (and adjust for bold and italic if needed)