SF Mono patched with nerd-fonts.
- fontforge
font-patcher
provided by nerd-fonts
SRC=/Applications/Utilities/Terminal.app/Contents/Resources/Fonts
DEST=./fonts
for font in $(ls $SRC/SFMono*.otf); do
fontforge -script <path/to/font-patcher> -s -c "$font" -out $DEST;
done
SF Mono is legally protected by related Copyrights laws and regulations and all the copyrights reserved by foundry or font designers. Do not use it commercially without authorization.