Change the default font

This commit is contained in:
2026-08-08 21:06:24 -04:00
parent af843da6fd
commit d0c0ead8e9
2 changed files with 24 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ html {
}
body {
font-family: 'FormaDJRText', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
color: var(--color-primary-1);
display: flex;
@@ -48,8 +48,8 @@ p,
a,
ul,
ol {
letter-spacing: 0.2px;
line-height: 24px;
line-height: 32px;
font-size: 18px;
}
h1,
@@ -60,7 +60,7 @@ h5,
h6 {
margin-top: 2em;
margin-bottom: 0.5em;
font-family: 'FormaDJRDisplay', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
}
h1 {