feat: wip add font

This commit is contained in:
kmacoders
2021-07-10 01:00:23 +07:00
parent 0fd771cc00
commit f3e4acba3a
2 changed files with 11 additions and 1 deletions

View File

@@ -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;
}