I specified Figtree in the various locations within each Skin file. As expected, the Flare-generated Styles.css defines Figtree as the font-family. However, it does not have the references to the actual font files. When the help is deployed to a computer that does not have Figtree installed, the topic text displays as desired but the side navigation tabs and TOC use an alternate font.
To fix this, I created a Custom1 directory and a Custom2 directory at the root of my Flare project. I copied Styles.css there as well as the /fonts/ directory. Custom1 holds the Styles.css for a tripane output and Custom2 holds the Styles.css for a top-nav output.
Then, in each HTML output target, I clicked the Build Events tab and added a Windows command such as:
Code: Select all
xcopy /s /i "$(ProjectDirectory)\Custom1\*.*" "$(OutputDirectory)\Skins\Default\Stylesheets" /Y