美文网首页
如何在 macOS 中安装SF Mono字体

如何在 macOS 中安装SF Mono字体

作者: 三梦哥 | 来源:发表于2020-06-16 11:11 被阅读0次

    在 macOS 中,SF Mono 字体不是系统自带的字体,而是包含在Terminal.app中的字体,因为如果需要在其他的 App 使用到这个字体的话,就需要将这个SF Mono字体安装在系统当中。
    CatalinamacOS 系统当中,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中使用这个字体啦!

    相关文章

      网友评论

          本文标题:如何在 macOS 中安装SF Mono字体

          本文链接:https://www.haomeiwen.com/subject/lxplxktx.html