Quote:
Originally Posted by kovidgoyal
You want to add a font in the calibre editor, all you need to do is use it somewhere in your css, for example,
p {
font-family: "FoglihtenNo07"
}
|
That's what I did, look above:
Quote:
.author {
... ;
font-family: "FoglihtenNo07";
...
}
|
Quote:
run the manage fonts tool and click the embed all fonts button, the editor will do the rest for you.
|
This I haven't done actually (in this case), but I have done it in the past at several oportunities, but without avail. Thus I thought that it had no significance. I'll try it next time once more.