From 1c39b2bbd19f480664ad5e59de4a8599152a1bc1 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 25 Jun 2017 20:59:33 +0100 Subject: [PATCH] CSS: Add font-synthesis: none. Otherwise, Firefox synthesises Bedstead Bold when I use

. --- bedstead.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.css b/bedstead.css index 1a14ce5..f968d80 100644 --- a/bedstead.css +++ b/bedstead.css @@ -4,6 +4,7 @@ body { font-family: Bedstead; font-feature-settings: "palt"; + font-synthesis: none; } /* Except where it's conventional to use a monospaced version. */ -- 2.30.2