Quote:
Originally Posted by rsuchwani
The font size does change when the text size is adjusted according to the preference of the readers. What you've seen at the start of the CSS is the 'absolute reference font size'.
And the CSS is the very practical one. Granted that there are many things that usually don't get used often, but given the complexity of the book, it is an absolute requirement.
|
That CSS is not practical. It's a disaster. You did not follow the mos important rule of make eBooks. That rule is to keep it simple. That means as simple coding as possible and no extra unused classes in the CSS and/or HTML. Your CSS is a mess and you really should fix it.
As for the text size, in ADE 2.0.1, I cannot change the size of the text. That means there are probably other programs out there that cannot do the same. I don't know if later versions of RMSDK/ADE will allow the text size to be changed.
As for your special symbols, you really should embed a font just to make sure those symbols display correctly. You never ever reference specific fonts without them being embedded.