Skip to main content
Tejas Dandekar
Inspiring
April 24, 2019
Question

RH2017 - How do I import new fonts in RH2017 project

  • April 24, 2019
  • 1 reply
  • 3806 views

I have installed the new set of fonts in c:\windows\fonts folder. How can I import them in my Responsve HTML5 project in RH 2017?

This topic has been closed for replies.

1 reply

Community Expert
April 24, 2019

I think we need to know more about what you're wanting to achieve.

You don't typically need to import fonts into Robohelp to start using them. However, using them on your PC does not mean they are available to your users. I believe your output type, output destination and license of the fonts themselves will determine what you need to do.

Also note, I only have theoretical knowledge of what's necessary, so might not be much help in the long run.

Tejas Dandekar
Inspiring
April 24, 2019

Ok, so what I am wanting to do is this.

We have a set of custom font named Proxima Nova that we have copied in c:\windows\font folder.

We want to use it in the content of the Responsive HTML5 help output.

So essentially whenever we output and distribute the Responsive help files the output should be visible in the new font.

Would only a copy to c:\windows\font folder help? Or do I have to do something in RH as well?

Community Expert
June 17, 2019

Thanks Amebr​ and PeterGrainge​ looks like it still doesn't work

So I have added the custom font as baggage. It is a .otf font and not .ttf.

I then added the @font-face part to the CSS manually.

The custom font is placed in the same directory as the CSS file.

This is also done: Edit > Character > Character Formatting > Font Sets

All works perfectly on the same machine where the custom font is but when distributed or accessed remotely from a different host, the default Chrome font times roman takes over.

I may need to try the hack by Amebr​ if you could share. Until then I shall use the good old Arial .


Have you added the font as a baggage file in the same directory as your CSS? If the baggage file is in a different location move it into the same folder as the CSS file, which should fix the problem.

Have you selected the font for each style as well? (You may be able to automatically update most of your styles by selecting the font for Other > Background + Text (BODY) in the stylesheet editor, but this depends on whether you've previously configured the font for individual styles.)