Increase font legibility by removing the font-weight declaration
Open
Bug
Medium priority
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 1
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
## Issue Description
I don't know if I'm getting old or if macOS has changed its font rendering, but I now find it difficult to read the text on an H2 post. The font weight is too low.
Removing the `font-weight` declaration from the `body` element resets its weight to `400`, making the text much more legible but still very Human Made.
## Steps to reproduce:
Squint at an H2 post.
## Expected Result:
I can read it.
Contributor guide
Assessment
This issue has not been assessed yet.