mirror of https://git.stjo.hn/planiverse
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:
parent
e628d8b8b9
commit
636f682b0e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue