View Single Post
Old 10-12-2012, 09:19 AM   #755
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
I want to use specific font. Usually when I make an epub in calibre there is a base font size, so the epub will be opened with the base size then can be zoomed.
Code:
.calibre {
    background-color: #FFF;
    display: block;
    font-family: "Charis";
    font-size: 1em;
However I checked the epub.css in kpv, there are only relative font size, no base font size. So is the actual base font size hard coded in crengine or it just take some default value?

It's OK to use a medium size font as default, but current version can only increase font size from the default, that limited the font size can be used.

Quote:
Originally Posted by dave2008 View Post
Following is the font sizes supported by crengine:
Code:
 { 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 
   31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 48, 52, 56, 60, 64, 68, 72 }
Does changing to another font helps?
dracodoc is offline   Reply With Quote