C:\Windows\Fonts
cp 楷体【simkai】 ---》 zabbix_server
# vim /data/web/zabbix.lifec.com/include/defines.inc.php
//define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
define('ZBX_GRAPH_FONT_NAME', 'simkai'); // font file name
# find / -name "DejaVuSans.ttf"
/data/web/zabbix.lifec.com/fonts/DejaVuSans.ttf
# mv /../simkai.ttf /data/web/zabbix.lifec.com/fonts/
# ll /data/web/zabbix.lifec.com/fonts/
总用量 12252
-rw-r--r--. 1 root root 756072 11月 18 00:14 DejaVuSans.ttf
-rw-r--r--. 1 root root 11787224 11月 19 09:12 simkai.ttf
=》刷新web ok!