chiark / gitweb /
CSS: Add font-synthesis: none.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 25 Jun 2017 19:59:33 +0000 (20:59 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 25 Jun 2017 19:59:33 +0000 (20:59 +0100)
Otherwise, Firefox synthesises Bedstead Bold when I use <h2>.

bedstead.css

index 1a14ce5fc3f7361cd8b4510781edc0a4295f4e96..f968d80c4fcf832c043cdab2028698448923345f 100644 (file)
@@ -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. */