wwhio / monaco-nerd-fonts

monaco font patched with extra nerd glyphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monaco-nerd-fonts

Terminal-friendly monaco font, with extra nerd glyphs, patched with ryanoasis's nerd patcher (v2.2.2).

Build commands are in build.sh.

Usage

Download the font file you need, move it to /usr/share/fonts/anydir. For example (Linux):

git clone https://github.com/Karmenzind/monaco-nerd-fonts
cp -r monaco-nerd-fonts/fonts/ /usr/share/fonts/monaco-nerd-fonts

If necessary, run sudo fc-cache -fv or follow ArchWiki to make new fonts available.

For Arch-based distribution, you can directly install via AUR:

yay -S ttf-monaco-nerd-font-git

Files

  • Monaco Nerd Font Complete.ttf
  • Monaco Nerd Font Complete Mono.ttf
  • Monaco Nerd Font Complete Windows Compatible.ttf
  • Monaco Nerd Font Complete Mono Windows Compatible.ttf

if you prefer the old otf version, check out the old branch

Screenshot

Alacritty terminal:

GVim:

Updates

  • 2022-10-18: Nerd-fonts repo had fixed the 'fl' bug (thanks to @Finii) so I patched new fonts. I don't know where to find the original source otf file or how to patch the patched font (it created fonts like Monaco Nerd Font Complete Nerd Font Complete, don't want to learn how to fix it). The new font are patched based on this ttf file. For now it seems pretty good.
  • 2019-03-18: Updating freetype2 to version 2.10.* might break the font on Archlinux. To fix it, check Karmenzind#2 (thanks to @guihkx). I'll update the font file at my leisure time.

About

monaco font patched with extra nerd glyphs


Languages

Language:Shell 100.0%