Quote:
Originally Posted by JSWolf
Since nobody has yet answered, I'll repeat...
In version 2.0.x, is the font-family in body bug fixed?
The bug is that if you embed a font and then try to activate it by placing the font-family in the body CSS style, it gets ignored and the embedded font doesn't display.
|
Well, you know, that's juste Kobo who decided not to take body styles into account (even margins and stuff as basic as that).
In other words, you must place the font-familly for
each p and its classes. Same with line-height and stuff like that, you must place line-height for
each p and its classes.
And so on and so forth. Take it as a given that anything inside body CSS Style won't be taken into account. It seems their devs haven't yet understood how CSS work. Great news, isn't it ?