mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 04:22:06 +00:00
WIP add style
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user