From 636f682b0efa2f2134fcc48268a0ca6aaba57b8f Mon Sep 17 00:00:00 2001 From: St John Karp Date: Sun, 19 Aug 2018 09:51:58 -0700 Subject: [PATCH] Remove old-timey ligatures Ditch the old-timey ligatures, which got carried across from the stylesheet I copied as a baseline. --- public/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 833201e..2301cce 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -16,9 +16,9 @@ body, br, dt, dd, th, td, option { html { background-color: lightgray; font-family: "Adobe Caslon Pro", "Hoefler Text", Garamond, Times, "Times New Roman", serif; - font-feature-settings: "liga" on, "dlig" on, "hlig" on, "zero" on, "lnum" off, "onum" on, "kern" on, "ordn" on; + font-feature-settings: "liga" on, "zero" on, "lnum" off, "onum" on, "kern" on, "ordn" on; font-kerning: normal; - font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures; + font-variant-ligatures: common-ligatures; font-variant-numeric: oldstyle-nums ordinal slashed-zero; font-size: 20px; line-height: 1.4em;