removed unused font weights
This commit is contained in:
parent
e7892d3fbd
commit
79426f90e9
|
@ -60,6 +60,6 @@ $success: $color__accent-success-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help {
|
.help {
|
||||||
font-weight: 600;
|
@include font-body(600);
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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'
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue