From: Ruben Beltran del Rio Date: Fri, 13 Dec 2024 12:53:09 +0000 (+0100) Subject: Fix apple-system-body X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/964ed0d9887e2f92ad1fcdd4846542d5236c43db Fix apple-system-body --- diff --git a/css/style.css b/css/style.css index 489252b..9193319 100644 --- a/css/style.css +++ b/css/style.css @@ -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;