mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #48] custom-ui-style patches break font rendering in markdown preview webviews #34
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drewadams on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/48
Originally assigned to: @bwya77 on GitHub.
After installing Islands Dark, all markdown preview webviews (both VS Code's built-in markdown preview and Markdown Preview Enhanced) render code blocks in a serif font (Times), ignoring any
font-familyCSS rules.Reproduction Steps
Cmd+Shift+V) or Markdown Preview Enhanced previewDebugging Details
font-familyCSS rule does apply (confirmed via webview DevTools → Elements → Styles)document.fonts.check('16px "Fira Code"')returnstruein the webviewEnvironment
Expected Behavior
Markdown preview webviews should respect
font-familyCSS rules and render monospace fonts correctly.@bwya77 commented on GitHub (Feb 19, 2026):
Thanks so much for the really detailed issue description
I resolved this in v.0.0.2