X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/d2329634b705424db6f025f4258e64503464bdb6..9ac4588d941c64dd40afaa206b3e765748cae370:/css/style.css diff --git a/css/style.css b/css/style.css index 7a9fc90..a1e9b6e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,10 @@ +html { + scroll-behavior: smooth; +} + body { - font-family: "Times New Roman", serif; - text-rendering: optimizeLegibility; - font-variant: historical-ligatures; - font-feature-settings: "hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi" 1; + 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; } @@ -27,7 +29,9 @@ body { width: 14.6em; } - .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p { + .columned .h2:not(:only-child) .h3, + .columned .h2:not(:only-child) li, + .columned .h2:not(:only-child) p { width: 22em; }