Copy link to clipboard
Copied
I've created my help project in RH9. When it displays in Linux/Firefox, the fonts in the topics are fine, but the TOC displays in Times New Roman. Is there a setting in RH9 that I need to use to keep this from happening?
Copy link to clipboard
Copied
Hi,
Which output are you generating? WebHelp?
Greet,
Willam
Copy link to clipboard
Copied
Yes, my output is WebHelp. 🙂
Copy link to clipboard
Copied
Hi,
Did you change the setting in the skin? What font have you set for the TOC? Perhaps you set a font that is not available on linux so make sure that you use a web safe font. For more information on web safe fonts, see http://www.w3schools.com/cssref/css_websafe_fonts.asp
You can also tinker with your output files. In whthost.js, you can amend the CSS that RoboHelp uses for the TOC. you can add a rule for a sans-serif font the browser can fall back on. See http://www.wvanweelden.eu/webhelp_output_files/whthostjs for more information on the whthost.js file.
Greet,
Willam