-
Notifications
You must be signed in to change notification settings - Fork 40
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
Build instructions? #2
Comments
Hi. I ran Didn't remember where to get the original font. The options should simply be: So if you found a solution, please let me know. Thank you very much. |
I searched |
Thanks for the links. Yesterday I tried patching some monaco fonts I found on Github. The first one you linked didn't work for me, fontforge threw a bunch of errors I didn't know how to fix / ignore. Then I came across this MonacoB font (more specifically, the MonacoBSemi variant). Then I created a PKGBUILD for it, based on a copy of ttf-nerd-fonts-input, applied the patch and I think it looks almost exactly like before!
https://aur.archlinux.org/packages/otf-nerd-fonts-monacob-mono/ And here how it looks now on Konsole with freetype2 2.10.0: Although it already looks great (for me), I think I will try with some other Monaco fonts (like the second one you linked) when I have some free time. Thanks |
Good job. Thank you. You can download the directory by:
But I don't know how to write this into PKGBUILD. |
Thanks a lot for the tips! I've created a new PKGBUILD and submitted to the AUR: https://aur.archlinux.org/packages/otf-nerd-fonts-monacob-mono/ I decided to go keep the MonacoB fonts, because every other one I tried didn't look as good. Let me know if it works for you. You can also close this if you want. |
Glad to try it later. Too busy these days. 😫 |
No problem, thanks for everything |
I've been using your patched fonts for a long while on Arch Linux (and absolutely I love them, thanks). But a recent update of the
freetype2
package, from version2.9.1
to version2.10.0
, somehow "broke" your patched font. I've tried downgradingfreetype2
back to2.9.1
, but Chromium completely breaks so unfortunately that's not an option... Anyway, here's a quick comparison:Monaco Nerd Fonts (freetype2 2.9.1):
Monaco Nerd Fonts (freetype2 2.10.0):
As you can see from the screenshots above, the "line height" on version 2.10.0 seems substantially smaller when compared to version 2.9.1. So I was wondering if you could help me by telling me:
Monaco.{ttf,otf}
font?font-patcher
from nerd-fonts?I just wanna see if building it myself using the latest freetype2 version will change anything.
Thanks a lot.
The text was updated successfully, but these errors were encountered: