Wrong fonts on https://brendaneich.github.io/sieve/
See original GitHub issueText 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.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Proof-of-concept app to overwrite fonts on iOS using ... - GitHub
Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689. Works on iOS 16.1.2 and below (tested on iOS 16.1) on unjailbroken ...
Read more >Error: font family not found in Windows font database #1 - GitHub
The fonts tried: Arial, Courier, etc. that are indeed registered in the system.
Read more >imgui/FONTS.md at master · ocornut/imgui - GitHub
If you get an assert stating "Could not load font file!", your font filename is likely incorrect. Read "About filenames" carefully. Load multiple...
Read more >[solved] Duplicate resources android build error with v9.1.0 ...
[solved] Duplicate resources android build error with v9.1.0 - [fonts were in source tree *and* using module's build.gradle font copy] #1416.
Read more >Storybook not recognizing assets folder? 'Error: Can't resolve ...
Hello, I'm having trouble loading fonts in Storybook. Here's what's going on. I haven't made a reproducible example yet, I hope someone can ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We do not have automated testing for this. Visit the link in the title, right-click any number in the grid and select Inspect, go to Computed tab in devtools, scroll down to Rendered Fonts section to see what font it’s actually using for rendering. Correct answer on Mac is “Courier”, as per this screenshot:
Verification
PASSED
Steps:
1.47.110
https://brendaneich.github.io/sieve/
Developer Tools
and inspected an elementfont-family
Confirmed the
font-family
used isCourier