Problem of displaying a font

Hello,
On a text I chose the font “cookie” and on another the font “roboto” with ActivePresenter 7.5
When I display the slides on my PC the font is displayed.
image
On other PCs no fonts are displayed.
Capture
Should I add CSS to embed fonts with the export?
Thank you for your help

Please make sure that you have checked the “Embed Fonts” option (in the Content section) when exporting to HTML5.

embedfonts

Thank you for your answer, indeed I did not check the box.
I checked the box “Embed fonts”.
The font is well taken into account but it is not displayed in italics.
Capture

Hi,

It’s a limitation of Embed Fonts feature when the font doesn’t have italic style.
We’ll try to improve it in future releases.
Now you can edit the exported CSS file (rlprez.css in output folder) to make it work:

  1. Search for all @font-face rules that have font-family is Cookie in the CSS file.
  2. If at least one rule that has normal font-style exists, delete all rules that have italic font-style.
    If there’s no rule that has normal font-style, change all rules that have italic font-style to normal font-style (font-style: normal)
  3. Save the CSS file and reload the page.

Regards