]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Copy the body declaration
authorRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:00:52 +0000 (14:00 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:00:52 +0000 (14:00 +0100)
css/style.css

index 33950a85e671db2c78b9a5a8e50c204044621a85..0a34a0246b78bccdf336f23af6a5118b1ba5c8a8 100644 (file)
@@ -11,7 +11,17 @@ body {
   letter-spacing: 0.02em;
   padding: 2em;
 }
-@supports (-webkit-touch-callout: none) { body { font: -apple-system-body } }
+@supports (-webkit-touch-callout: none) {
+  body {
+    font-size: 1em;
+    font: -apple-system-body;
+    font-family: "Hoefler Text", "Times New Roman", serif;
+    font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
+    line-height: 1.6;
+    letter-spacing: 0.02em;
+    padding: 2em;
+  }
+}
 aside {
   clear: both;
   padding: 2em 0;