diff --git a/assets/scss/_buefy.scss b/assets/scss/_buefy.scss index 055e60a..0feccad 100644 --- a/assets/scss/_buefy.scss +++ b/assets/scss/_buefy.scss @@ -60,6 +60,6 @@ $success: $color__accent-success-300; } .help { - font-weight: 600; + @include font-body(600); font-size: .8em; } diff --git a/nuxt.config.js b/nuxt.config.js index c3bd08a..1532741 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -22,8 +22,8 @@ module.exports = { { 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|' + + 'Montserrat:400,600|' + + 'Raleway:400,600|' + 'Satisfy' }, ] diff --git a/pages/about.vue b/pages/about.vue index 4e017e8..568e3da 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -82,7 +82,7 @@ export default { .heading { color: $color__neutral-900; - font-weight: 300; + @include font-title(400); text-align: center; }