Prefer header font family more often.
All checks were successful
Build and Deploy / Build and Deploy (push) Successful in 19s
All checks were successful
Build and Deploy / Build and Deploy (push) Successful in 19s
This commit is contained in:
parent
a70c9a75d9
commit
3f451c9936
1 changed files with 9 additions and 6 deletions
|
|
@ -80,6 +80,11 @@ $carousel-control-icon-filter-dark: unset;
|
||||||
font-display: fallback;
|
font-display: fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$ff-header: 'Century Gothic',
|
||||||
|
var(--#{$prefix}font-sans-serif);
|
||||||
|
$ff-subheader: 'Eras ITC',
|
||||||
|
var(--#{$prefix}font-sans-serif);
|
||||||
|
|
||||||
main {
|
main {
|
||||||
@extend .pb-4;
|
@extend .pb-4;
|
||||||
padding-top: 7rem !important;
|
padding-top: 7rem !important;
|
||||||
|
|
@ -116,8 +121,7 @@ main>* {
|
||||||
.ff-header,
|
.ff-header,
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
font-family: 'Century Gothic',
|
font-family: $ff-header;
|
||||||
var(--#{$prefix}font-sans-serif);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ff-subheader,
|
.ff-subheader,
|
||||||
|
|
@ -125,8 +129,7 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: 'Eras ITC',
|
font-family: $ff-subheader;
|
||||||
var(--#{$prefix}font-sans-serif);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|
@ -218,7 +221,7 @@ body.is-scrolled .navbar {
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@extend .text-white;
|
@extend .text-white;
|
||||||
@extend .h5;
|
font-family: $ff-header;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -227,7 +230,7 @@ body.is-scrolled .navbar {
|
||||||
.nav-link,
|
.nav-link,
|
||||||
.btn {
|
.btn {
|
||||||
@extend .text-white;
|
@extend .text-white;
|
||||||
@extend .h5;
|
font-family: $ff-header;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue