From: Ruben Beltran del Rio Date: Fri, 13 Dec 2024 13:00:52 +0000 (+0100) Subject: Copy the body declaration X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/a94ee76a3a5422fb0d3a3d8a9725da264eb3c74a?ds=inline Copy the body declaration --- diff --git a/css/style.css b/css/style.css index 33950a8..0a34a02 100644 --- a/css/style.css +++ b/css/style.css @@ -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;