fix: remove underline on hover (#35161)
* fix: remove underline on hover * fix: load Lato font
This commit is contained in:
@ -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'
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user