Use modern font by default #1

This commit is contained in:
david-swift 2025-02-25 14:27:51 +01:00
parent f441df36ac
commit 86eea6d2b4

View File

@ -7,13 +7,14 @@ h5,
h6 {
text-wrap: balance;
margin: 2rem 0 1rem;
font-weight: lighter;
font-weight: bold;
line-height: normal;
font-family: var(--font-antique);
font-family: var(--font-system-ui);
letter-spacing: -0.05em;
}
h1 {
font-weight: 900;
font-size: var(--font-size-xxx-large);
}
@ -310,3 +311,4 @@ li {
font-weight: bold;
}
}