cursive font

This commit is contained in:
ManjaroOne666 2019-01-22 16:26:40 +00:00
parent 294a13f320
commit c328f35990
1 changed files with 6 additions and 1 deletions

View File

@ -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'
},
]
},