mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-09 16:06:14 +02:00
chore: use fork of gatsby-plugin-prefer-google-fonts
This commit is contained in:
+5
-8
@@ -9,7 +9,7 @@ module.exports = {
|
||||
`gatsby-plugin-styled-components`,
|
||||
`gatsby-plugin-polished`,
|
||||
{
|
||||
resolve: `gatsby-plugin-prefetch-google-fonts`,
|
||||
resolve: `@el7cosmos/gatsby-plugin-prefetch-google-fonts`,
|
||||
options: {
|
||||
fonts: [
|
||||
{
|
||||
@@ -20,16 +20,13 @@ module.exports = {
|
||||
family: `Montserrat`,
|
||||
variants: [`400`, `700`],
|
||||
},
|
||||
{
|
||||
family: `Oxygen Mono`,
|
||||
variants: [`400`],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-google-fonts`,
|
||||
options: {
|
||||
fonts: [`Oxygen Mono\:400`],
|
||||
display: "swap",
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-layout`,
|
||||
{
|
||||
resolve: `gatsby-plugin-mdx`,
|
||||
|
||||
Reference in New Issue
Block a user