FolioReader / FolioReader-Android

A Java ePub reader and parser framework for Android.
BSD 3-Clause "New" or "Revised" License
2.24k stars 715 forks source link

font-face classes and text size changes- set into HTML tag? #396

Open looknear opened 4 years ago

looknear commented 4 years ago

It's more a community question than an issue. currently, font-face classes and text size changes - are set into the HTML tag. which is a strange method by its own... most eBook which set an inner default font - have set it into the body css. so settings it on the HTML - has no effect on the page style. The current method will have an effect only on ebooks that have no font-face defined at all.

maybe we should move it into the body? and if so... what if the body already has classes defined?...