]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Fix apple-system-body
authorRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 12:53:09 +0000 (13:53 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 12:53:09 +0000 (13:53 +0100)
css/style.css

index 489252b7c999256d304fd5571772ebc9a28e21fb..91933191ef71fcd663f3c062eb7ee156b5a6c2ce 100644 (file)
@@ -5,7 +5,7 @@
 html { scroll-behavior: smooth }
 body {
   font-size: 1em;
-  font: max(1em, -apple-system-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;