]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
refactor: update site font
authorAlexander Goussas <[email protected]>
Mon, 6 Jul 2026 18:40:18 +0000 (13:40 -0500)
committerAlexander Goussas <[email protected]>
Mon, 6 Jul 2026 18:40:18 +0000 (13:40 -0500)
assets/styles.css

index b938a87d13d059a05b8192c1c191ac59bbab95ca..93d3cabec45f7462f5396850db9a54165ed36735 100644 (file)
@@ -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;