CentOS font installation

Source: Internet
Author: User

CentOS font installation

Step 1: Check the font commands installed: fc-list: lang = zh

Installation Method:

1. First download the font file (*. ttf file) You want to install from your local C: \ Windows \ Fonts or on the Network (rename *. ttc to *. ttf)

Go to the/usr/share/fonts/chinese/TrueType directory (if this directory is not available 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, install # yum install mkfontscale) # mkfontdir # fc-cache-fv (if fc-cache: command not found is prompted, install # yum install fontconfig)

4. restart the computer (it seems that it must be restarted before it will take effect) # reboot

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.