Fallback font is showed in search

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
heal
Propeller Head
Posts: 44
Joined: Thu Oct 14, 2010 6:07 am
Location: Stockholm, Sweden
Contact:

Fallback font is showed in search

Post by heal »

Times New Roman font shows as fallback for the search input and search result page instead of Arial. I use Flare 10.2, and this is how it looks:
Search2.png
IIS web server settings

The web server is configured with the following settings:

Code: Select all

<staticContent>
            <remove fileExtension=".zip" />
            <remove fileExtension=".ttf" />
            <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
            <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />
            <mimeMap fileExtension=".zip" mimeType="application/x-zip" />
            <mimeMap fileExtension=".otf" mimeType="application/font-woff" />
        </staticContent>
HTML5 skin settings

This works: The HTML5 webhelp skin has been defined with Arial for the navigation pane and its tabs, as well as the search input and the search result page.
When building the webhelp, the navigation pane and its tabs seem to use TTF-fonts (Arial) installed on the computer. The topic in main frame seem to use the CSS imported fonts in the project (WOFF fonts).

What is used for search input and the search result page? Something is wrong. Please help me out!
You do not have the required permissions to view the files attached to this post.
Psider
Propellus Maximus
Posts: 819
Joined: Wed Jul 06, 2011 1:32 am

Re: Fallback font is showed in search

Post by Psider »

Just hypothesising. Perhaps you need to define the fonts in the stylesheet used for topic as well?
Post Reply