Quote:
Originally Posted by SilenceIsGolden
"You can set the default font in lrf output"
Hmm... I have the same issue as the OP (since a non-serif font is generally easier to read on any screen). I tried the detour by way of an lrf conversion, but ended up with the same serif font from the original source (an html file).
This is what I did:
In the conversion dialog, I went to the "LRF output" section. There I picked 'Verdana' as the non-serif font family to be embedded. (The other two font family are set to 'None'.)
Am I missing something? I looked everywhere, but apart from that section I just described, I can't find anything related to fonts in the output file.

|
I haven't used LRF for a long time, but have you tried putting
Code:
body {font-family: sans-serif}
in the Convert - Look&Feel - ExtraCSS box?