Custom Fonts not Working in RH 2017
We license some fonts from myfonts.com for use in our Responsive HTML 5 help. The fonts are referenced in our main project .css and in the layout.css that controls the layout styles.
At the top of both .css files we must include the following @1552174 code before the @11220649-face declaration for the custom fonts:
@1552174 url("//hello.myfonts.net/count/xxxxxx");
I believe this allows myfonts.com to track the number of page views that reference the font.
In RoboHelp 2015, the fonts displayed as expected in the Responsive HTML5 output. However, after generating the same output in the trial version of RH 2017, the fonts only display for styles defined in the layout.css (such as the TOC). The main topic content does not load the fonts as expected and falls back to Arial, which is the second font specified in font-family attributes in our main project .css.
In the Chrome dev console, there is an error message "Failed to Load resource: net:: " that references the @1552174 URL.
Any ideas what could have caused this issue in RH 2017?
