In many of the HTML sheets, the size of the font is fixed.
The font family used also lacks fallback fonts, because the one specified is a proprietary font that is not present in all systems.
I'm not sure how to set up a fallback font. And I'm not sure which font would be international...
Let me ping see if he has an idea.
I know how to do that. After font-family: XYZ use either sans-serif or serif, as in:
font-family: Arial, sans-serif;
By the way, you don't really need to specify Arial if you want a sans-serif font on Windows; at least it was the case with older version, I think they changed the default sans-serif font.
Feel free to implement this.
Thanks!
How do you want Font size dealt with?
Fallback Font implemented. Completed: At revision: 24658