LoginSignup
37
35

More than 5 years have passed since last update.

フォントインストール(CentOS6.4)

Posted at

フォントを追加してみたのでメモ

※rootで実行する

1.フォント(TrueTypeフォント)をダウンロード
2./usr/share/fonts/<フォント名>/に、*.ttfファイルをコピー
3.fc-cache -fvを実行

[root@localhost ~]# fc-cache -fv
/usr/share/fonts: caching, new cache contents: 0 fonts, 34 dirs
/usr/share/fonts/abyssinica: caching, new cache contents: 1 fonts, 0 dirs
/usr/share/fonts/cjkuni-uming: caching, new cache contents: 4 fonts, 0 dirs

4.fc-listで確認する

[root@localhost ~]# fc-list|sort
AR PL UMing CN:style=Light
AR PL UMing HK:style=Light
AR PL UMing TW MBE:style=Light

37
35
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
37
35