View Single Post
Old 06-05-2013, 09:17 AM   #18
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by yucca View Post
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)
theducks is offline   Reply With Quote