Prefer header font family more often.
All checks were successful
Build and Deploy / Build and Deploy (push) Successful in 19s

This commit is contained in:
Bob Vandevliet 2025-05-24 17:35:19 +02:00
parent a70c9a75d9
commit 3f451c9936

View file

@ -80,6 +80,11 @@ $carousel-control-icon-filter-dark: unset;
font-display: fallback;
}
$ff-header: 'Century Gothic',
var(--#{$prefix}font-sans-serif);
$ff-subheader: 'Eras ITC',
var(--#{$prefix}font-sans-serif);
main {
@extend .pb-4;
padding-top: 7rem !important;
@ -116,8 +121,7 @@ main>* {
.ff-header,
h1,
h2 {
font-family: 'Century Gothic',
var(--#{$prefix}font-sans-serif);
font-family: $ff-header;
}
.ff-subheader,
@ -125,8 +129,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Eras ITC',
var(--#{$prefix}font-sans-serif);
font-family: $ff-subheader;
}
h1,
@ -218,7 +221,7 @@ body.is-scrolled .navbar {
.btn {
@extend .text-white;
@extend .h5;
font-family: $ff-header;
}
}
@ -227,7 +230,7 @@ body.is-scrolled .navbar {
.nav-link,
.btn {
@extend .text-white;
@extend .h5;
font-family: $ff-header;
}
}