diff --git a/nuxt.config.js b/nuxt.config.js index 0702bf5..f504904 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -19,7 +19,12 @@ module.exports = { ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, - { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Raleway:400,500,600,700,800,900' }, + { rel: 'stylesheet', + href: 'https://fonts.googleapis.com/css?family=' + + 'Montserrat:400,500,600,700,800|' + + 'Raleway:400,500,600,700,800,900|' + + 'Satisfy' + }, ] },