The default font used in Interactive Modules, Videos, Exams, and Surveys is Rubik.
The text component of interactive modules allows you to edit some formatting features, but not the font type from the interface.
In Videos, Exams, and Surveys, these formatting features cannot be edited.
In Interactive Modules, you can change the font or typeface, for which you need to specify a different font type through the HTML code of the entered text.
To add a new font or typeface to an Interactive Module, you must specify in the header or <head> the link to this new font. Example to add the Roboto font:
<!DOCTYPE html>
<html>
<head><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
Keep in mind that the typeface is referenced as an external HTML resource, and for security reasons, it must be done using a URL with SSL and https.
To apply the font to the desired paragraph, you must apply it to the <p> or <span> tags. For example:
<p style="font-family: 'Roboto', sans-serif;"><span style="font-weight: 400;">Sample text.</span></p>
</body>
</html>
In the default HTML code, paragraphs have no style indicating their font. In this way, the text then takes the font that is placed in the HTML code of the module player. The default font is 'Proxima'.
To be able to access the desired typeface, the necessary permissions must be set in your organization's security technologies that may block them, such as a proxy, etc. Otherwise, it will not be accessible and will be automatically replaced by another default typeface.
If you copy text from an external source, the platform will only take formats such as normal text, bold, or italics from the text copied to the clipboard. But if the copied text has a different font or typeface, it will not be displayed and the text will be pasted with the default font. To change the font, you must do it only by HTML as explained above.
For the components of Newsletters, Phishing/Ransomware, and Teachable Moments, it is possible to change the font or typeface from the interface.
However, it also depends on the email client used. For example, for a Newsletter, it depends on the email client or browser in which it is viewed, if that font selected in the platform is available; otherwise, it will be displayed in another font.
The default font in the Newsletter editor is is displayed with Sans-serif.