View Single Post
Old 06-16-2020, 02:17 AM   #3
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,694
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
If you are converting a Vellum produced ebook, the body style consists of a font family declaration and then we add miscellaneous font family declarations elsewhere in the CSS. The font family lines below were from a single epub. The humourous part from my point of view is that none of these fonts were embedded in the epub.

Code:
body {
        font-family: Palatino, Malabar, Merriweather, "Droid Serif", serif;
}
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Baskerville, "Sorts Mill Goudy", Malabar, serif;
        font-family:"Arial", sans-serif;
	font-family: "Georgia", serif;
        font-family:"Times New Roman", serif;
DNSB is offline   Reply With Quote