View Single Post
Old 10-23-2013, 03:41 AM   #9
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by beckywc View Post
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.

Last edited by Blossom; 10-23-2013 at 03:44 AM.
Blossom is offline   Reply With Quote