Add a default-off "Show all fonts" escape hatch to the font pickers#114
Merged
Conversation
…font pickers The font pickers only list families font-kit's is_monospace() approves, which misses some legitimate monospace fonts (unusual naming, missing OS/2 flags). Each picker now carries a small "Show all fonts" checkbox driving one shared pref that widens the system: extras source from the monospace subset to the full installed family catalog; the curated installed-only filter and the Bundled/Installed optgroups are unchanged. Off by default, participates in Reset to defaults.
MHohlios
force-pushed
the
feature/show-all-fonts
branch
from
July 16, 2026 14:07
9e9ecc4 to
4e8e1b5
Compare
MHohlios
marked this pull request as ready for review
July 16, 2026 14:09
Owner
|
Merged, thanks. One follow-up on main (d03c449): the "Show all fonts" row is a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the installed-fonts filter, as discussed: a default-off escape hatch for monospace fonts that
is_monospace()misses (unusual naming, missing OS/2 flags).availableMonoFontsAsyncsources thesystem:extras from the full installed family catalog instead of the monospace subset. The curated installed-only filter, dedup against curated stacks, and the Bundled/Installed optgroups are unchanged.withSelectedFontsrescue).