Revert "Remove connection to Google Fonts"

This reverts commit 962953b80e.

The plugin does not work at buildtime.
This commit is contained in:
Kevin Kandlbinder 2021-04-15 14:23:14 +00:00 committed by GitHub
parent 962953b80e
commit cdd3d952a6
4 changed files with 5 additions and 339 deletions

View file

@ -22,21 +22,6 @@ module.exports = {
{
resolve: "gatsby-plugin-asset-path",
},
{
resolve: `gatsby-plugin-prefetch-google-fonts`,
options: {
fonts: [
{
family: `Anonymous Pro`,
variants: [`400`, `700`]
},
{
family: `Roboto`,
variants: [`400`]
},
],
},
},
`gatsby-plugin-sharp`,
`gatsby-transformer-sharp`,
`gatsby-transformer-json`,