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 {
font-weight: 600;
@include font-body(600);
font-size: .8em;
}

View File

@ -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'
},
]

View File

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