feat: add fonts locally

This commit is contained in:
Ahmad Abdolsaheb
2019-10-12 17:33:23 +03:00
committed by Kristofer Koishigawa
parent adef6950c2
commit e6d55fd086
4 changed files with 39 additions and 79 deletions

View File

@ -137,12 +137,6 @@ module.exports = {
icon: 'src/assets/images/square_puck.png'
}
},
{
resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: ['Lato:300,400,400i,500,700', 'Roboto Mono:400,700']
}
},
'gatsby-plugin-remove-serviceworker'
]
};