From c328f3599016c518edd478ed873cedaf574348b9 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 22 Jan 2019 16:26:40 +0000 Subject: [PATCH] cursive font --- nuxt.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' + }, ] },