From 7f184003e772e2617b6a5ff8b16e5e3af3116b70 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 7 Nov 2016 01:41:36 +0000 Subject: [PATCH] CSS: use "normal" rather than explicitly disabling "palt". This makes it clearer that the whole of font-feature-settings is overridden. --- bedstead.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.30.2