1. download the font file (*. ttf file) to the/usr/share/fonts/chinese/TrueType Directory (if this directory is not in the system, create mkdir on your own or rename it as your favorite folder name) 2. modify the permission of the font file so that users other than the root user can also use # cd/usr/s
1. start with your local machineC: \ Windows \ FontsCopy or download the font file (*. ttf file) to the/usr/share/fonts/chinese/TrueType Directory (if this directory is not in the system, create mkdir on your own or rename it as your favorite folder name)
2. modify the permission of the font file so that users other than the root user can also use
# Cd/usr/share/fonts/chinese/TrueType
# Chmod 755 *. ttf
3. create a font cache
# Mkfontscale (if mkfontscale: command not found is prompted, you must install it yourself # yum install mkfontscale)
# Mkfontdir
# Fc-cache-fv (if fc-cache: command not found is prompted, install # yum install fontconfig)
4. restart the computer
# Reboot