update fonts

This commit is contained in:
nicwands
2026-05-26 14:21:42 -04:00
parent a54e63323f
commit 920a2452dd
13 changed files with 59 additions and 56 deletions

View File

@@ -17,15 +17,23 @@
}
@mixin h1 {
font-family: var(--font-times);
font-family: var(--font-display);
font-weight: 400;
letter-spacing: 0.1em;
@include size-font(42px, 27px);
letter-spacing: -0.02em;
line-height: 1.3;
@include size-font(30px, 30px);
}
@mixin h1-mono {
font-family: var(--font-mono);
font-weight: 400;
line-height: 1;
@include size-font(22px, 22px);
}
@mixin p {
font-family: var(--font-times);
font-family: var(--font-mono);
font-weight: 400;
letter-spacing: 0.03em;
@include size-font(25px, 18px);
line-height: 1.4;
@include size-font(12px, 12px);
}