Liunx Modify font to Arial

Source: Internet
Author: User

Find ways to modify the Linux default font
sudo vi/etc/fonts/conf.d/69-language-selector-zh-cn.conf
Modify the next Sans-serif related settings
<match target= "pattern" >
<test qual= "Any" name= "Family" >
<string>sans-serif</string>
</test>
<test name= "Lang" >
<string>zh-cn</string>
</test>
<edit name= "Family" mode= "prepend" binding= "Strong" >
<string>SimSun</string><string>droid Sans fallback</string> Move the desired field to the 1th
<string>wenquanyi Zen hei</string>
<string>HYSong</string>
<string>ar PL uming cn</string>
<string>ar PL uming hk</string>
<string>ar PL New sung</string>
<string>ar PL UKai cn</string>
<string>ar PL Zenkai uni</string>
</edit>
</match>

Liunx Modify font to Arial

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.