Help

Importing Fonts

Topic Labels: Extensions
1332 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Gerard_Goosen
4 - Data Explorer
4 - Data Explorer

Can you import your personal fonts? Or is there a way to use specific font types? (Brand Specific)

Thanks

3 Replies 3
Amanda_Nguyen
4 - Data Explorer
4 - Data Explorer

@Gerard_Goosen did you find a way to do this?

mpourmystere
4 - Data Explorer
4 - Data Explorer

Any news on if this is possible?

Mimmuli
4 - Data Explorer
4 - Data Explorer

Seems like it can be tricky to have other fonts than CSS Web Safe fonts. Something that kind of worked for me:

<!DOCTYPE html>

<h1 style="font-family:Poppins, Helvetica, sans-serif;"> Insert your heading here</h1> <p> This is the paragraph for other text.</p>

CSS Web Safe Fonts that should work: https://www.w3schools.com/cssref/css_websafe_fonts.php. I wanted to use Poppins font and it seems to only work in Outlook desktop app, so that is why I have the Helvetica as a back up font.