2017-03-24 09:47:37 -04:00
|
|
|
// Font size
|
2020-06-26 14:35:58 -04:00
|
|
|
$font-size-1: 9px;
|
|
|
|
$font-size-1-mq: 10px;
|
|
|
|
$font-size-2: 11px; //h4 - uppercased!, h6 not uppercased, text-small
|
|
|
|
$font-size-3: 12px; //h5
|
|
|
|
$font-size-4: 15px;
|
|
|
|
$font-size-5: 16px; //h3
|
|
|
|
$font-size-6: 18px; //h2
|
|
|
|
$font-size-7: 24px;
|
|
|
|
$font-size-8: 32px;//h1
|
|
|
|
$font-size-9: 36px;
|
|
|
|
$font-size-10: 42px;
|
|
|
|
$font-size-10-mq: 48px;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@mixin fs-1 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-1 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-1-mq !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-2 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-2 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-3 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-3 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-3 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-4 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-4 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-4 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-5 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-5 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-5 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-6 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-6 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-6 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-7 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-7 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-7 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-8 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-8 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-8 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-9!important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-9 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-9 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-10 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-10 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-10 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-10-mq !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|