Quote:
Originally Posted by beckywc
Can you explain what you did, thanks.
|
All you do is go to embed the font like you would on a eInk Kindle book in Calibre then on the Extra CSS box put"
Code:
p {font-family: "Trebuchet", sans-serif;}
Be sure to modified it to your font. In this case Trebuchet is the font name. The sans-serif/serif isn't really needed. You can omit it to look like:
Code:
p {font-family: "Trebuchet";}
The downside is you are stuck with the font. You can't turn it off at all but if you only read with one font this isn't a problem.