chiark / gitweb /
CSS: use "normal" rather than explicitly disabling "palt".
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 7 Nov 2016 01:41:36 +0000 (01:41 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 7 Nov 2016 01:41:36 +0000 (01:41 +0000)
This makes it clearer that the whole of font-feature-settings is
overridden.

bedstead.css

index 9748177a294d84f55dd9c611aa96fd5e7b6b34e7..1a14ce5fc3f7361cd8b4510781edc0a4295f4e96 100644 (file)
@@ -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 {