标签:输入 file alt html var nts 技术 www windows
本地windows上下载输入法字体文件。下载在本地,后把大写改成小写。
将该文件拷贝至/var/www/html/include/fonts/目录下
然后修改 define.inc.php 文件。 将原来的改为stsong
define(‘ZBX_GRAPH_FONT_NAME‘, ‘stsong‘); // font file name ####大约在第44行
define(‘ZBX_FONT_NAME‘, ‘stsong‘);
######大约在第92行
保存退出
重启zabbix
标签:输入 file alt html var nts 技术 www windows
原文地址:https://blog.51cto.com/12144803/2429129