Copy link to clipboard
Copied
I have created a Word Template for use when creating word output from RH2019 - New UI. I have tried mapping the styles from my RH project to the styles in the Word Template and I have tried discarding the styles in the RH project but get the same results. I have several issues:
The Word template works fine if I use it to create a document in Word.
Copy link to clipboard
Copied
What font?
It has to be one of the fonts listed here. Known issue.
https://docs.microsoft.com/en-us/typography/fonts/windows_10_font_list
Copy link to clipboard
Copied
Yes, you are right, it is one of the fonts on that list!
Thank you Peter.
Copy link to clipboard
Copied
You mean it is coming out as one of the fonts on that list rather then the font you defined, correct?
Copy link to clipboard
Copied
Sorry I misunderstood what you meant. The font I want (Calibri) is on that list.
I am getting the Lato font which is the font in the RH 19 project. In the Word output preset, in the Word options where you specify the style mappings, even thought it is mapping to the style in the word template I have specified, it shows that it is using the Lato font.
I have got the following in my default.css
@font-face {
font-family: "Lato";
src: url("Lato-Regular.ttf");
}
Copy link to clipboard
Copied
Try commenting that out.
/* before and */ after that bit.
Please refer to RoboHelp 2019 rather than 19. It helps people searching later.