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:
parent
be71e22af1
commit
962953b80e
4 changed files with 339 additions and 5 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue