performance: tipografiak kargatzen ditu

This commit is contained in:
Aitor Urrutia
2022-03-22 08:49:51 +01:00
parent 7f978092b8
commit 658e1e02be
3 changed files with 321 additions and 10 deletions

View File

@@ -98,10 +98,16 @@ module.exports = {
},
},
{
resolve: `gatsby-plugin-google-fonts`,
resolve: `gatsby-plugin-webfonts`,
options: {
fonts: [`almarai\:800`, `almarai\:300`],
display: 'swap',
fonts: {
google: [
{
family: 'Almarai',
variants: ['300', '800'],
},
],
},
},
},
],