Skip to content

Commit aa602eb

Browse files
committed
Drop the webfonts plugin and do the quick simple thing for now
Not sure why this didn't work, but not worth fiddling with given the upcoming changes, and just moving to a simple CDN in the very short term should work fine.
1 parent 3f969fb commit aa602eb

File tree

5 files changed

+5
-1183
lines changed

5 files changed

+5
-1183
lines changed

gatsby-config.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,24 +132,6 @@ module.exports = {
132132
path: path.join(__dirname, 'src', 'images'),
133133
},
134134
},
135-
{
136-
resolve: `gatsby-plugin-webfonts`,
137-
options: {
138-
fonts: {
139-
google: [
140-
{
141-
family: "Lato",
142-
variants: ["400"],
143-
},
144-
{
145-
family: "Merriweather",
146-
variants: ["400"],
147-
fontDisplay: "fallback"
148-
}
149-
],
150-
},
151-
},
152-
},
153135
{
154136
resolve: 'gatsby-plugin-robots-txt',
155137
options: {

0 commit comments

Comments
 (0)