commit 636f682b0efa2f2134fcc48268a0ca6aaba57b8f
parent e628d8b8b9335374225bd795a9b0b53f3419aa25
Author: St John Karp <stjohn@fuzzjunket.com>
Date: Sun, 19 Aug 2018 09:51:58 -0700
Remove old-timey ligatures
Ditch the old-timey ligatures, which got carried across from the
stylesheet I copied as a baseline.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;