1
2
$ sudo yum -y install ibus-kkc vlgothic-*
$ fc-cache -fv

その他

Dockerで構築したCentOSでは上記だけで特にやることはなかったですが、/etc/fonts/fonts.confにある、Font directory listに別のフォントがある場合はもうちょっと調整が必要みたい

1
2
3
4
5
6
7
8
9
10
$ cat /etc/fonts/fonts.conf

// 一部抜粋
<!-- Font directory list -->

<dir>/usr/share/fonts</dir>
<dir>/usr/share/X11/fonts/Type1</dir> <dir>/usr/share/X11/fonts/TTF</dir> <dir>/usr/local/share/fonts</dir>
<dir prefix="xdg">fonts</dir>
<!-- the following element will be removed in the future -->
<dir>~/.fonts</dir>