]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add the system body text
authorRuben Beltran del Rio <redacted>
Fri, 5 Jul 2024 15:52:01 +0000 (17:52 +0200)
committerRuben Beltran del Rio <redacted>
Fri, 5 Jul 2024 15:52:01 +0000 (17:52 +0200)
css/style.css

index a1e9b6ef656c50adcb0e156c66f97cdeeceaeb15..4882d8769770f93e7e7842de9a5b33665176e3a4 100644 (file)
@@ -3,6 +3,7 @@ html {
 }
 
 body {
+  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;
@@ -53,7 +54,7 @@ h1, h2, h3 { font-weight: normal }
 br { display: none }
 pre {
   font-family: courier, monospace;
-  font-size: 14px;
+  font-size: 0.875em;
   background-color: #eee;
   overflow-x: auto;
 }