在 macOS 中安装SF Mono字体

在 macOS 中,SF Mono 字体不是系统自带的字体,而是包含在Terminal.app中的字体,因为如果需要在其他的 App 使用到这个字体的话,就需要将这个SF Mono字体安装在系统当中。

Catalina macOS 系统当中,SF Mono字体的完整路径为:

/System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/

继续通过命令行方式安装字体

cp -R /System/Applications/Utilities/Terminal.app/Contents/Resources/Fonts/*.otf ~/Library/Fonts/

All done! 这样就可以在其他 App ,诸如Visual Studio Code中使用这个字体啦!

版权

本作品采用 CC BY-NC-ND 4.0 授权。