rename existing font to terminus-bold, add latest terminus as new default font #37667
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.
Summary
SUMMARY: Interface "rename existing font to terminus-bold, add latest terminus as new default font"
Purpose of change
PR #37573 resurrected the default font from years ago, but bold fonts are not a good choice for default configurations for eyestrain for most users (although as a preference it's perfectly valid).
it's also a rather old version of the font, so moving to the current version of terminus is worthwhile
Describe the solution
renamed
terminus.fon
toterminus-bold.fon
, added the current version ofterminus.fon
from upstreamDescribe alternatives you've considered
we might want to figure out how to do style selection so that we can access the bold subset of the modern
terminus.fon
, but that's beyond the scope of this default changeTesting
loaded game, got new font
Additional context
as a comparison:
unifont:
![unifont](https://camo.githubusercontent.com/c4eaf0c26310938bc46bdd40f7be9f752859d3c42fcf321f83b9cd5d957ca040/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3531313632333333303232373432313138342f3637333034353237323635373635373835362f756e6b6e6f776e2e706e67)
terminus (not-bold version):
![terminus](https://camo.githubusercontent.com/9026bc53dba8f72636065dde7e3c3c0e4357312388948c9fbad5291023711b54/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3531313632333333303232373432313138342f3637333034393738393439393434313138322f756e6b6e6f776e2e706e67)
the differences are subtle, but I genuinely believe there's a readability benefit here