Quote:
Originally Posted by sunny1z
I noticed that on my glow, that a change of font does not seem to have any effect in the display of the text....
|
By 'change of font' do you mean font-face, font-size or both?
The reason changing the Kobo Font Face setting has no effect with this epub is these lines in the css
font-family: Times,serif;.
You need to remove them. The Kobo won't know what
Times is so will default to
serif. For some reason, on a Kobo, this means using the 'Document Default' font which is a Georgia variation.
I see nothing in your attached css which should stop the font-size slider working, although it's possible that you have something in the body css which is causing the problem.