From: Ben Harris Date: Sun, 6 Nov 2016 21:53:57 +0000 (+0000) Subject: Put the whole Web page into Bedstead. X-Git-Tag: bedstead-001.002~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=bb3d8b7cbeea77ce25bf2b2dfe834def9919d853;p=bedstead.git Put the whole Web page into Bedstead. With "palt" enabled, it looks fairly good. --- diff --git a/bedstead.css b/bedstead.css index cb7533b..9748177 100644 --- a/bedstead.css +++ b/bedstead.css @@ -1,6 +1,15 @@ -/* Trivial stylesheet to use Bedstead as a monospace font */ +/* Trivial stylesheet to use Bedstead everywhere. */ + +/* Use Bedstead with proportional spacing for everything. */ +body { + font-family: Bedstead; + font-feature-settings: "palt"; +} + +/* Except where it's conventional to use a monospaced version. */ kbd, code, tt, pre { - font-family: Bedstead, monospace; + font-family: Bedstead, monospace; + font-feature-settings: "palt" off; } @font-face {