mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 16:37:00 +02:00
Revert "Remove connection to Google Fonts"
This reverts commit 962953b80e
.
The plugin does not work at buildtime.
This commit is contained in:
parent
962953b80e
commit
cdd3d952a6
4 changed files with 5 additions and 339 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue