From: Ruben Beltran del Rio Date: Fri, 5 Jul 2024 15:52:01 +0000 (+0200) Subject: Add the system body text X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/2d479f5453e503850a0919014bacc9de7fb3ebf6?ds=sidebyside Add the system body text --- diff --git a/css/style.css b/css/style.css index a1e9b6e..4882d87 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }