Quote:
Originally Posted by woodr2011
I am ashamed to say that I would need a remedial explanation of how to access and edit the CSS!
|
Use the Calibre eBook editor. Then you can edit the CSS and remove any of the font-family lines as well as the @font sections.
A section is between two braces like this...
Code:
@font-face {
font-family: Charis;
font-style: normal;
font-weight: normal;
src: url(fonts/CharisSILR.ttf);
}