View Single Post
Old 08-27-2015, 01:00 AM   #13
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
The easiest way is to embed it, you will have to ask in the Kobo forum for instructions on sideloading fonts.

The important thing is that the CSS is instructing the renderer to use your font.


The last we heard, your CSS still said (the OP):
Code:
.calibre {
    display: block;
    font-family: "Calibri", serif;
    font-size: 1.25em;
    padding-left: 0;
    padding-right: 0;
    margin: 0 3pt
}
Did you ever get around to switching the font-family to "font-family: sans-serif;"


If, for some reason, you absolutely positively must have some specific instantiation of a sans-serif font, did you embed it using the Manage Fonts tool, as well as specifying that font-family in the CSS?
Note: You will need to match the font-face rule.
Note2: I feel it would be instructive to reference the friendly guide to CSS at W3Schools: CSS font-family property

Last edited by eschwartz; 08-27-2015 at 01:08 AM.
eschwartz is offline   Reply With Quote