Remove old-timey ligatures

Ditch the old-timey ligatures, which got carried across from the
stylesheet I copied as a baseline.
This commit is contained in:
St John Karp 2018-08-19 09:51:58 -07:00
parent e628d8b8b9
commit 636f682b0e
1 changed files with 2 additions and 2 deletions

View File

@ -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;