Skip to content

Instantly share code, notes, and snippets.

@millertchris
Created February 15, 2021 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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>
@DeraRade
Copy link

Thank you!

Where do I copy this, please?

@millertchris
Copy link
Author

@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