chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8839931
)
CSS: Add font-synthesis: none.
author
Ben Harris
<bjh21@bjh21.me.uk>
Sun, 25 Jun 2017 19:59:33 +0000
(20:59 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.css
b/bedstead.css
index 1a14ce5fc3f7361cd8b4510781edc0a4295f4e96..f968d80c4fcf832c043cdab2028698448923345f 100644
(file)
--- 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. */