From: Ben Harris Date: Mon, 7 Nov 2016 01:41:36 +0000 (+0000) Subject: CSS: use "normal" rather than explicitly disabling "palt". X-Git-Tag: bedstead-001.002~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7f184003e772e2617b6a5ff8b16e5e3af3116b70;p=bedstead.git CSS: use "normal" rather than explicitly disabling "palt". This makes it clearer that the whole of font-feature-settings is overridden. --- diff --git a/bedstead.css b/bedstead.css index 9748177..1a14ce5 100644 --- a/bedstead.css +++ b/bedstead.css @@ -8,8 +8,8 @@ body { /* Except where it's conventional to use a monospaced version. */ kbd, code, tt, pre { - font-family: Bedstead, monospace; - font-feature-settings: "palt" off; + font-family: Bedstead, monospace; + font-feature-settings: normal; } @font-face {