如何在 Arch 上安装 Source Code Pro Font Linux
How to install Source Code Pro Font on Arch Linux
我正在关注this guide to install spacemacs and it has suggested that I use the adobe font
source code pro
。
现在的问题是,我已经使用 yaourt -S adobe-source-code-pro-fonts
安装了用于 OpenType 的 Adobe 字体开发工具包,但似乎无法使命令 makeotf -h
起作用。我只是得到一个zsh: command not found: makeotf
。不知道为什么会这样。
似乎 makeotf
仅用于 从源构建 字体文件。
这应该不是必需的,因为您是通过 yaourt
安装的。所以你已经有了字体。现在您需要配置 Spacemacs 才能使用它们。
我正在关注this guide to install spacemacs and it has suggested that I use the adobe font
source code pro
。
现在的问题是,我已经使用 yaourt -S adobe-source-code-pro-fonts
安装了用于 OpenType 的 Adobe 字体开发工具包,但似乎无法使命令 makeotf -h
起作用。我只是得到一个zsh: command not found: makeotf
。不知道为什么会这样。
似乎 makeotf
仅用于 从源构建 字体文件。
这应该不是必需的,因为您是通过 yaourt
安装的。所以你已经有了字体。现在您需要配置 Spacemacs 才能使用它们。