Skip to content

Instantly share code, notes, and snippets.

@pilniczek
Last active March 30, 2020 13:22
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 pilniczek/9213f5ee79c6473b97ffb3e928950fff to your computer and use it in GitHub Desktop.
Save pilniczek/9213f5ee79c6473b97ffb3e928950fff to your computer and use it in GitHub Desktop.
{
resolve: `gatsby-plugin-google-fonts`,
options: {
fonts: [
`Oswald:300,500&subset=latin-ext`,
],
display: 'fallback',
},
}
// OR
{
resolve: `gatsby-plugin-google-fonts`,
options: {
fonts: [
`Oswald:300,500&subset=latin-ext&display=fallback`,
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment