View Single Post
Old 11-22-2015, 11:57 PM   #48
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,833
Karma: 8006102
Join Date: Mar 2015
Device: Kindle, iOS
Quote:
Originally Posted by hyphenreader View Post
... You can solve this by using the !important declaration.
Thanks. I gave !important a try. I could not get it to work when font-size was used with % or em. It did work with px, but then the font-size wasn't adjustable within the app.

Using p {font-size: 200%} on the other hand works to increase the font size AND font-size is adjustable within the app. But it only works if the ebook uses <p> for paragraphs. Also, it doesn't seem to work if I try it with h1 or h2.

Bottom-line: trying to control font-size with custom css isn't as easy or consistent as one would hope.

P.S. I think you have a great start here and look forward to the next version.

Last edited by odamizu; 11-23-2015 at 12:00 AM.
odamizu is offline   Reply With Quote