Skip to content

Instantly share code, notes, and snippets.

@millertchris
Created February 15, 2021 04:03
Show Gist options
  • Save millertchris/7edb9f66ae394069428c1d78e21764a0 to your computer and use it in GitHub Desktop.
Save millertchris/7edb9f66ae394069428c1d78e21764a0 to your computer and use it in GitHub Desktop.
Import Google Font into MailChimp
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');
html, body, h1, h2, h3, h4, h5, h6, p, a, span, div, input, button {
font-family: 'Nunito', sans-serif !important;
}
</style>
@iosonois
Copy link

Hello, how can I import more than one Google font?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment