X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/9ac4588d941c64dd40afaa206b3e765748cae370..2d479f5453e503850a0919014bacc9de7fb3ebf6:/css/style.css?ds=inline 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; }