Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Mar 24, 2020
1 parent 8839c82 commit 7d1c81c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ module.exports = {
options: {
fonts: [
`Zilla Slab: 400, 400i, 700`,
`Montserrat: 300, 400, 700`
`Montserrat: 300, 400, 700`,
],
display: `swap`
}
display: `swap`,
},
},
{
resolve: `gatsby-plugin-purgecss`,
options: {
printRejected: true,
},
},

{
resolve: `gatsby-source-filesystem`,
options: {
Expand Down

0 comments on commit 7d1c81c

Please sign in to comment.