feat: update typography

I just couldn't give up iA Writer Quattro.
This commit is contained in:
Devin Haska 2025-05-30 13:08:42 -07:00
parent efcdb7296e
commit cbeb1a9a47
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
9 changed files with 4 additions and 11 deletions

Binary file not shown.

View file

@ -1,5 +1,6 @@
.site-logo .wordmark { .site-logo .wordmark {
text-decoration: none; text-decoration: none;
margin-top: calc(-1 * var(--spacing-1));
} }
.site-logo .logo img { .site-logo .logo img {

View file

@ -27,19 +27,11 @@ body {
margin: 0; margin: 0;
} }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-family-display);
}
h1 { h1 {
font-size: 3rem; font-size: 3rem;
font-family: var(--font-family-display);
font-weight: var(--font-weight-black); font-weight: var(--font-weight-black);
letter-spacing: -0.05rem; letter-spacing: -0.1rem;
line-height: 3rem; line-height: 3rem;
} }

File diff suppressed because one or more lines are too long