Quote:
Originally Posted by taosaur
You're probably aware, but that's how FBReader works. I figured out a font size, margin, background/text color contrast etc that I found comfortable and book-like, and that's how any text I import or switch to opens up.
|
Yes, but unfortunately FBReader doesn't have much if any CSS support so it remains to be seen if the local settings will override the CSS once they have CSS. The trick to CSS is you need to support it and then you need to make adjustments as needed. For example you could determine the default font size and apply that in lieu of CSS but you still need to know what the CSS was so that a larger size can be scaled appropriately. Most often CSS uses absolute font sizes but to do the job right you need to modify them to relative.
Dale