Linux Add fonts
Step 1: Font files in WINDOWS/FONTS , upload to the linux server /usr/share/fonts/myfonts
Step 2: Copy the copied font folder to the system font folder and modify permissions
# myfonts is a custom folder chmod u+rwx /usr/share/fonts/myfonts/*
Step 3: Create a font cache
cd /usr/share/fonts/myfontsmkfontscalemkfontdirfc-cache -fv
The system already has the font you want
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/add%20windows%20fonts%20in%20linux.html
评论列表(196条)
测试