Quote:
Originally Posted by skillachie
Font size gets or ridden automatically when you try to increase or decrease the font size by clicking the Big A or Small a buttons. Do you have an issue changing the font size with an EPUB?
|
Yes, one of the pages on a test EPUB has specified font-sizes in its css (font-size: 2.5vmax etc), so BookFusion was only able to increase or decrease its current font size instead of making the font size for all text in the EPUB the same. Not a big deal though, I was able to make a workaround by setting
font-size: inherit in specific media queries for that page's elements.