cursive font
This commit is contained in:
parent
294a13f320
commit
c328f35990
|
@ -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'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue