Ben Harris 06903fb652 Explicitly set font-weight to 500 in CSS
Bedstead's standard weight is 500, reflecting the fact that it's
naturally quite heavy.  CSS defaults to 400, so we were depending on
CSS's font-matching rules to fall back from 400 to 500.  That's fine
at the moment, where there is no 400-weight version.  But Bedstead
could be made lighter, and indeed the code to do it already exists.
And I hope that somewhere in the future is a variable Bedstead that
might allow for lighter weights.  So for future-proofing I think the
CSS should specify the weight that it actually wants.  Obviously I can
update my CSS if I ever introduce a 400 weight, but other people might
reasonably use my CSS as an example and I shouldn't lead them into
trouble.
2026-01-13 21:55:10 +00:00
2024-06-12 22:54:26 +01:00
2024-10-24 00:01:26 +01:00
2026-01-13 21:55:10 +00:00
2025-05-27 22:24:01 +01:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%