mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
CSS: Add font-synthesis: none.
Otherwise, Firefox synthesises Bedstead Bold when I use <h2>.
This commit is contained in:
parent
88399314b7
commit
1c39b2bbd1
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user