Quote:
Originally Posted by JohnnyBook
How do I modify the CSS to point to the fonts on my computer instead of the "to be removed embedded fonts" on the book.
|
Quote:
Originally Posted by theducks
I am pretty sure the (Calibre internal) Viewer will not use a System font unless the CSS is modified.
|
At least for Windows: if the font is installed in your system, all you have to do is to make sure you use the correct font-family name. You don't even need to create a 'font-face' rule. Just add the 'font-family' attribute to your class.
The catch here is that many books use a 'short' family-name, that does not match the system name. So, just double-check and you will be fine.