From: Alexander Goussas Date: Mon, 6 Jul 2026 18:40:18 +0000 (-0500) Subject: refactor: update site font X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=53d1c0e8d0f29e5761016e73f50ff970697263c7;p=frustrated-functor.dev.git refactor: update site font --- diff --git a/assets/styles.css b/assets/styles.css index b938a87..93d3cab 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'); + body { width: 60%; margin: auto; @@ -6,6 +8,11 @@ body { background-color: black; color: white; font-size: 1.18rem; + font-family: "Crimson Text", serif; + font-weight: 600; + font-style: normal; + line-height: 2; + text-indent: 3em; } h1 { @@ -31,9 +38,15 @@ a { } } +h1, h2, h3, h4, h5 { + text-indent: 0em; +} + nav { display: flex; justify-content: center; + text-indent: 0em; + ul { list-style: none; display: flex;