Question about use_hinted for NerdFont (during custom build)
#698
-
|
The main readme has a note about the differences between hinted/unhinted fonts. It looks like, for most modern, mid- to high-end displays, unhinted is the way to go. Now, when doing a custom build locally, there is a
I realize that the choice to use the hinted/unhinted font can be subjective: which version I use depends on the displays that I have1. But, essentially, what I was wondering is: Are there any reasons to prefer using the hinted font as the base for the NF font, even if my monitor is high-DPI enough to use the unhinted version? Perhaps, does it interact strangely with the icons from NerdFonts? Or maybe that's just the historical default in the file...? The fact that the default in I hope it makes sense what I'm asking. Thank you in advance. 🙂 Footnotes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Note I feel sorry that most content of this reply is generated by grok, but it really shocked me that it indicate almost all of my thoughts in one shot ! Hi! Thanks for the detailed question and for being interested in building a custom version of Maple Mono 😊 You're right that the defaults can look a bit confusing at first glance — that's mostly historical reasons + the gradual shift toward modern high-DPI displays. Quick recommendation (as of v7.9 / early 2026)For your setup (Framework 13 @ ~254 PPI + 27" 1440p @ ~109 PPI), set The "If you don't want to choose" download link in every recent release points straight to Why the config default is still
|
Beta Was this translation helpful? Give feedback.
Note
I feel sorry that most content of this reply is generated by grok, but it really shocked me that it indicate almost all of my thoughts in one shot !
Hi! Thanks for the detailed question and for being interested in building a custom version of Maple Mono 😊
You're right that the defaults can look a bit confusing at first glance — that's mostly historical reasons + the gradual shift toward modern high-DPI displays.
Quick recommendation (as of v7.9 / early 2026)
For your setup (Framework 13 @ ~254 PPI + 27" 1440p @ ~109 PPI), set
use_hinted: falsewhen building your custom Nerd Fonts variant.This matches what most users on similar or better hardware are doing today, and it's what I per…