1.在這之前我們還需要新建目錄,首先在
/usr/shared/fonts目錄下新建乙個目錄chinese
cd /usr/shared/fonts
mkdir chinese
2.將 windows的字型 從 c:\windows\fonts 找到需要匯入的 .ttf 或者.ttc格式 通過 winscp放到 centos 的 /usr/shared/fonts/chinese
3.修改 chinese 目錄許可權
sudo chmod -r 755 /usr/share/fonts/chinese
4.修改字型配置檔案了,首先通過編輯器開啟配置檔案
5.重新整理記憶體中的字型快取使配置對
系統生效
fc-cache
centos7安裝中文字型
centos7買來以後一般都是空白的,很多東西需要安裝不廢話,直接來安裝 1 先把windows下的字型檔案拷貝到usr share fonts win資料夾下面,然後用命令 修改字型全新 修改字型檔案的許可權,使root使用者以外的使用者也可以使用chmod 755 root iz250234rf...
centos7安裝中文字型
安裝後修改配置 安裝fontconfig字型庫 yum y install fontconfig 安裝ttmkfdir工具 yum y install ttmkfdir 準備安裝檔案 fontconfig fontconfig 2.13.0 4.3.el7.x86 64.rpm ttmkfdir t...
CentOS 7 中文字型安裝
echo lang en us.utf 8 locale lang en us.utf 8 lc ctype en us.utf 8 lc numeric en us.utf 8 lc time en us.utf 8 lc collate en us.utf 8 lc monetary en us...