X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/271fa5612bad7e4ab5c142ace4370db364cb1768..a94ee76a3a5422fb0d3a3d8a9725da264eb3c74a:/css/style.css?ds=sidebyside diff --git a/css/style.css b/css/style.css index 489252b..0a34a02 100644 --- a/css/style.css +++ b/css/style.css @@ -5,13 +5,23 @@ html { scroll-behavior: smooth } body { font-size: 1em; - font: max(1em, -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; } +@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;