fallback fonts

This commit is contained in:
2026-05-05 17:13:50 -07:00
parent e3f062d335
commit 72d5f8b2be
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
#jump-links h2, #jump-links h2,
#jump-links li { #jump-links li {
font-family: "Bebas Neue"; font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: normal; font-weight: normal;
} }

View File

@ -30,7 +30,7 @@ body {
width: 65%; width: 65%;
max-width: 1400px; max-width: 1400px;
margin: 0 auto; margin: 0 auto;
font-family: "Fraunces"; font-family: "Fraunces", serif;
font-weight: 300; font-weight: 300;
} }

View File

@ -18,7 +18,7 @@ footer ul {
header, header,
nav li, nav li,
footer li { footer li {
font-family: "Bebas Neue"; font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem; font-size: 1.3rem;
} }

View File

@ -4,7 +4,7 @@ title: Submit a Listing
{% css %} {% css %}
.category-title { .category-title {
font-family: "Bebas Neue"; font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem; font-size: 1.5rem;
background-color: var(--color-gray); background-color: var(--color-gray);
padding: .25rem; padding: .25rem;