Skip to content

Instantly share code, notes, and snippets.

@pilniczek
Last active March 30, 2020 13:25
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/148deb14400b358b7a2c31cc26b0cd22 to your computer and use it in GitHub Desktop.
Save pilniczek/148deb14400b358b7a2c31cc26b0cd22 to your computer and use it in GitHub Desktop.
{
resolve: `gatsby-plugin-prefetch-google-fonts`,
options: {
fonts: [
{
family: `Oswald`,
subsets: [`latin-ext`],
variants: [`300`, `500`],
},
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment