Skip to content

xfyuan/sfmono-nerd-font

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SFMono Nerd Font

SF Mono patched with nerd-fonts.

Patch SFMono shipped with macOS

Requirements

Patch it

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

LICENSE

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.

About

SF Mono patched with nerd-fonts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published