handling uninstalled fonts
June 4, 2008 12:00 AM
When publishing to HTML does Lectora have a way of perseving fonts even if the end user doesn't have that font on their system? Or as I suspect, will the user see the ugly default brower font?For example say I use the font Tahoma in a text box. I see Tahoma when I publish to HTML becuase its on my system. What will someone without Tahoma see? Default brower font or can Lectora display Tahoma somehow?If not is this an adequate workaround: add an external css with:
Code:
body{font-family: Tahoma, Arial, sans-serif;}
I'm trying to avoid rendering text as images if possible.
Discussions have been disabled for this post