fix: remove underline on hover (#35161)

* fix: remove underline on hover

* fix: load Lato font
This commit is contained in:
Ahmad Abdolsaheb
2019-02-13 17:49:31 +03:00
committed by Tom
parent 260426f3e2
commit c3399893c6
5 changed files with 31 additions and 39 deletions

View File

@ -147,6 +147,12 @@ module.exports = {
icon: 'src/images/square_puck.png'
}
},
{
resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: ['Lato:400,400i,500']
}
},
'gatsby-plugin-sitemap'
]
};