feat: wip add font
This commit is contained in:
parent
0fd771cc00
commit
f3e4acba3a
@ -33,3 +33,9 @@ $colors: map-merge($colors, $addColors);
|
||||
// Import Bulma and Buefy styles
|
||||
@import "~bulma";
|
||||
@import "~buefy/src/scss/buefy";
|
||||
|
||||
*,
|
||||
html,
|
||||
body {
|
||||
font-family: 'Montserrat', sans-serif !important;
|
||||
}
|
||||
|
@ -11,7 +11,11 @@ export default {
|
||||
{ hid: 'description', name: 'description', content: '' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
href: 'https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;1,300;1,700&family=Montserrat:ital,wght@0,300;0,600;1,300;1,600&display=swap'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user