mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 23:44:09 +02:00
fix: bypass loading Oxygen Mono by broken gatsby-plugin-prefetch-google-fonts
This commit is contained in:
+7
-4
@@ -16,10 +16,6 @@ module.exports = {
|
||||
family: `Inter`,
|
||||
variants: [`400`, `700`],
|
||||
},
|
||||
{
|
||||
family: `Oxygen Mono`,
|
||||
variants: [`400`],
|
||||
},
|
||||
{
|
||||
family: `Montserrat`,
|
||||
variants: [`400`, `700`],
|
||||
@@ -27,6 +23,13 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-google-fonts`,
|
||||
options: {
|
||||
fonts: [`Oxygen Mono\:400`],
|
||||
display: "swap",
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-layout`,
|
||||
{
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
|
||||
Reference in New Issue
Block a user