-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Wrong fonts on https://brendaneich.github.io/sieve/ #26458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Affects Mac and Windows only. Linux desktop build currently has no font whitelist, and Android already has "Courier" on the whitelist for unrelated reasons. |
25 tasks
@pes10k @pilgrim-brave since this has Marking as |
@pilgrim-brave do we have a browser test for this? If so, i think we can |
Verified
|
Brave | 1.47.110 Chromium: 108.0.5359.71 (Official Build) beta (x86_64) |
---|---|
Revision | 1e0e3868ee06e91ad636a874420e3ca3ae3756ac-refs/branch-heads/5359@{#1016} |
OS | macOS Version 13.1 (Build 22C5059b) |
Steps:
- installed
1.47.110
- launched Brave
- loaded
https://brendaneich.github.io/sieve/
- opened
Developer Tools
and inspected an element - looked at its
font-family
Confirmed the font-family
used is Courier
Verification
Steps:
Confirmed the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Text should be monospaced but is displayed in a proportional font. As per discussion in Slack, this is likely caused by font whitelisting. CSS uses
font-family: "Courier"
and relies on font engine to substitute a modern monospaced font like Courier New.The text was updated successfully, but these errors were encountered: