WIP add style

This commit is contained in:
Corbin Crutchley
2019-06-13 22:51:42 -07:00
parent 910ec9e141
commit 42c20fa673
10 changed files with 634 additions and 154 deletions

View File

@@ -26,6 +26,18 @@ module.exports = {
path: `./src/data`,
},
},
{
resolve: `gatsby-plugin-prefetch-google-fonts`,
options: {
fonts: [
{
family: `Archivo`,
variants: [`400`, `700`],
subsets: [`latin`]
},
],
},
},
{
resolve: `gatsby-transformer-remark`,
options: {