You can ditch font_ramp 'hack' and modify font sizes by editing style.css of ebooks as well. Or you can use both, to fine tune it that way.
Setting to change or add is stated either as:
font-size: 1em;
or
font-size: 100%
They do the same thing, so you use either one of them. 1.1 equals 110%, 0.9em equals 90%. etc...
Setting defines fonts scale. 1em, equals font at 12pt. Resolution of the device effects this setting a lot, so there's need to experiment a little with settings to achieve whatever you wish.
Obviously this is book specific setting, and need to be changed for each individual book. It does work on various formats, though.
|