我想知道在 Ubuntu 13.04 上安装 Segoe UI 字体的步骤。
我复制segoe*.ttf
手动/usr/share/fonts
和/usr/share/fonts/msttcorefonts
,然后用于fc-cache -f -v
命令,但该字体没有出现在LibreOffice中或在浏览器中。
正确的程序是什么?
use*_*235 13
为了在 Ubuntu 中安装 MS True Type 字体,您必须安装以下ttf-mscorefonts-installer
软件包:
sudo apt-get install ttf-mscorefonts-installer
安装包后重新生成字体缓存:
sudo fc-cache -fv
现在你可以在 Ubuntu 中使用一堆 MS True Type 字体。
Segoe UI
但是,字体不是ttf-mscorerfonts
包的一部分,因此您必须自己搜索并获取segoe-ui.ttf
。(通过从 Windows ISO 或安装中提取它或通过互联网搜索,我想找到一个应该不会太难......)
当您拥有我们的segoe-ui.ttf
文件后,将其复制到名为~/.fonts
. 如果不存在这样的文件夹,创建它,没问题。
现在再次重新生成字体缓存:sudo fc-cache -fv
,瞧。现在你可以Segoe UI
在 ubuntu上使用字体了。