removed unused font weights

This commit is contained in:
ManjaroOne666 2019-01-31 10:50:58 +00:00
parent e7892d3fbd
commit 79426f90e9
3 changed files with 4 additions and 4 deletions

View File

@ -60,6 +60,6 @@ $success: $color__accent-success-300;
} }
.help { .help {
font-weight: 600; @include font-body(600);
font-size: .8em; font-size: .8em;
} }

View File

@ -22,8 +22,8 @@ module.exports = {
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'stylesheet', { rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=' + href: 'https://fonts.googleapis.com/css?family=' +
'Montserrat:400,500,600,700,800|' + 'Montserrat:400,600|' +
'Raleway:400,500,600,700,800,900|' + 'Raleway:400,600|' +
'Satisfy' 'Satisfy'
}, },
] ]

View File

@ -82,7 +82,7 @@ export default {
.heading { .heading {
color: $color__neutral-900; color: $color__neutral-900;
font-weight: 300; @include font-title(400);
text-align: center; text-align: center;
} }