-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Describe the bug
Text is not properly vertically centered when using Firefox on Fedora 33.
To Reproduce
Steps to reproduce the behavior:
- Get a working installation of Fedora 33 (VM, live USB stick, etc.)
- In Firefox, open https://github.com/mdo
- See how the font is not aligned properly as marked in the screenshot below
Expected behavior
The text marked in the screenshot below should be properly vertically centered.
Screenshots
Desktop (please complete the following information):
- OS: Fedora 33
- Browser: Firefox
- Version: 84.0
Additional context
Fedora does not ship the Helvetica and Arial fonts used by Primer.
Firefox on Fedora uses Nimbus Sans as a replacement for Helvetica:
If we remove Helvetica from the font declaration, the system uses Liberation Sans, which looks okay-ish:
noahtallen


