Quote:
Originally Posted by doremifaso
I was able to flash my reader successfully 
But I still have some problem with the epub ccs customization. I was trying to set the font size, but I couldn't make it work.
Following koadic's advice, I have tried setting my font size in the html tag, but it doesn' t seem to have any affect at all. Perhaps my epub file has both the html tag and the body tag, and the device epub customization couldn't override the css in the file? Any suggestions on how to make it work?
Thanks!
|
Setting the font-size for the body tag is sufficient. The problem will most likely be in the epub file. Basically, any css declared in the epub file will override the same "setting" in userStyle.css. Therefore, if the font-size is set in the epub, that will get used in preference over the userStyle.css styles.
NOTE: if you have calibre re-sizing fonts on conversion, it will set
font-size: 1em for the body tag of the epub.