Quote:
Originally Posted by GeckoFriend
Any suggestions from anyone for the issue of not being able to change font size on the T1 even though it will change using the calibre viewer?
|
This may not be the answer to your particular problem, but the only time I've had problems with font scaling on a reader has been when the css in the epub has settings like
font-size:18pt, i.e. size is specified in non-scalable points rather than scalable ems or %, e.g
font-size:1.5em or
font-size:150%
If you open up the epub again (in Sigil or using Tweak epub) you could search for occurrences of
font-size: and see what sort of values it has.