View Single Post
Old 09-15-2013, 03:20 PM   #12
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
The "overrides" are just class names like any other.

If you don't have a @font-face, there's no way the ebook reader will know which font file to use when you say "Merriweather Regular" (no, even if the font is named exactly like that, readers are not that smart). @font-face rules provide a link between the family name you use in font-family and the actual file embedded in the ePub (and listed in the manifest). Without that, it may work in web pages (because browsers in a computer have access to all fonts installed, and the computer keeps an index of which font name corresponds to which file), but not in an ePub.
Jellby is offline   Reply With Quote