-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: add Drafting Mono font #1658
Comments
The font does look interesting, thank you. The docker-self-patching should have worked, though. 🤔 |
Added this to Usually would close this now, but we keeping open because of the patcher problem / missing icons. |
Hm —
which doesn't seem to be quite what we wanted! seems to be |
Ah, actually getting it to run the conversion shows the version number, at least!
|
I'm not using the variable version of the font. macOS 14.5 (23F79) [font]
size = 14
normal = { family = "Drafting*Mono Nerd Font", style = "Regular" }
bold = { family = "Drafting*Mono Nerd Font", style = "Bold" }
italic = { family = "Drafting*Mono Nerd Font", style = "Italic" }
bold_italic = { family = "Drafting*Mono Nerd Font", style = "Bold Italic" } It turns out that, while Alacritty will happily reread the config file when you change it, and change the font accordingly, if it was already running when you install the Nerd Font version then it just uses the non Nerd Font version (even if you were using Hasklug Nerd Font before!) rather than complaining that it couldn't find the version you specified. Quitting and restarting Alacritty resolved the problem, so this one looks like user error. Thanks for your help, and sorry for the noise. |
Drafting is also here https://www.programmingfonts.org/#drafting (note to self) |
Requirements
Is your feature request related to a problem? Please describe.
I like Drafting* Mono as it's a monospaced serift font that's easier on the eye than Courier — but I can't use it in my terminal as it doesn't have the Nerd Font characters.
Describe the solution you'd like
I'd like Drafting* Mono to be added to the nerd-fonts repo.
Describe alternatives you've considered
I tried patching it myself using
docker run --rm -v $PWD/in:/in:Z -v $PWD/out:/out:Z nerdfonts/patcher --complete
, but ended up with missing characters — the first image is Hasklug Nerd Font, the second is my patched version of Drafting* Mono.Additional context
Drafting* Mono is released under the SIL Open Font Licence, so there shouldn't be any licensing issues.
The text was updated successfully, but these errors were encountered: