In this quick tutorial, I'll show you how to add a custom font to your Mailchimp campaign or template.  Don't forget that custom fonts aren't supported... even in 2023!!! What?!  So set a fallback font.  And when in doubt, use a png!

Here's the code:

<style type="text/css">

@import url('FONT_URL');  

p, h1, h2, h3, h4, ol, li, ul { font-family: INSERT_FONT_NAME, INSERT_A_FALLBACK_FONT,  sans-serif; }

</style>

If you find this tutorial helpful, make sure to subscribe to my channel for more quick tips and tutorials on Mailchimp emails, websites & other internet stuff.