Quote:
Originally Posted by Tanjamuse
Do anyone know if I can change font type in the epub depending on a setting in FFF?
|
You can
customize the EPUB CSS in personal.ini.
You can add a CSS setting to change the font family for the body:
Code:
body { font-family: "Times New Roman", Times, serif; }
What fonts are available and how they are interpreted depends on your book reader.