CSS: Add font-synthesis: none.

Otherwise, Firefox synthesises Bedstead Bold when I use <h2>.
This commit is contained in:
Ben Harris 2017-06-25 20:59:33 +01:00
parent 88399314b7
commit 1c39b2bbd1

View 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. */