Skip to main content

Importing Fonts


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

Thanks

3 replies

Forum|alt.badge.img+1

@Gerard_Goosen did you find a way to do this?


Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • April 13, 2023

Any news on if this is possible?


Forum|alt.badge.img+1
  • New Participant
  • 2 replies
  • April 19, 2023

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. 


Reply