View Single Post
Old 04-05-2010, 03:56 PM   #2
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
You are placing this in your css:

Code:
body { font-family: "Segoe UI", sans serif; }
While instead you should put this:

Code:
body { font-family: "Segoe UI",serif; }
Also you should make sure that your font definition is applied to all appropriate classes and elements. Calibre will not do that for you.
kiklop74 is offline   Reply With Quote