Skip to main content
Inspiring
January 16, 2018
Question

Rh 2017 responsive HTML output doesn't render a common font

  • January 16, 2018
  • 1 reply
  • 755 views

I created my project in Rh 2015 and used a multiscreen HTML output, but upon upgrade to Rh 2017 I would like to use a responsive HTML output.

When generating the responsive HTML output, a font in the topic pages does not render correctly, specifically, Arial Narrow. I have Arial Narrow baggage files in the project, so I am not sure why the responsive HTML output won't render it even as the multiscreen HTML output looks fine.

Multiscreen HTML

Responsive HTML

The responsive HTML skin looks just fine, BTW. No complaints. It's just the rendition of Arial Narrow in the topic pages that has me baffled.

This topic has been closed for replies.

1 reply

Captiv8r
Legend
January 16, 2018

Out of curiosity, have you tried copying the CSS from the source location to the output location where it replaces the output CSS?

Inspiring
January 16, 2018

The output CSS folder (/!ScreenLayout!/<layout name>) contains layout.css and layout-rtl.css, both of which define the navigational elements, not the paragraphs and characters.

When I copied my default CSS (not named default) to the output folder, the rendering of Arial Narrow remained unchanged. Copying default.css to the output folder likewise made no difference.

When I changed the Headings to Arial instead of Arial Narrow, the font was properly rendered, so it's not a CSS problem but a font problem, I reckon.

Jeff_Coatsworth
Community Expert
Community Expert
January 17, 2018

Have a look at the output topic pages' HTML - there used to be a bug that made a reference to 2 CSS files in the HTML; you could edit the HTML code to kill off one reference or just do a mass delete of all the extraneous CSS files, which left only the one you wanted still active in your topic.