1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-05-16 02:16:59 +02:00

Remove connection to Google Fonts

This commit is contained in:
Kevin Kandlbinder 2021-04-15 13:11:29 +00:00 committed by GitHub
parent be71e22af1
commit 962953b80e
4 changed files with 339 additions and 5 deletions

View file

@ -22,6 +22,21 @@ 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`,