ubuntu set Chinese font

The default Chinese font of ubuntu is always very strange. So, you need to set it up:

sudo apt-get install ttf-wqy-microhei  #Wenquanyi-Micron black
cat ~/.fonts.conf 
<? xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"><fontconfig><!-- created by WenQuanYi FcDesigner v0.5--><match><test name="family"><string>sans-serif</string></test><edit name="family" mode="prepend" binding="strong"><string>WenQuanYi Micro Hei</string><string>DejaVu Sans</string></edit></match></fontconfig>

Recommended Posts

ubuntu set Chinese font
ubuntu 17.10 set solid IP
ubuntu nice font installation
ubuntu16.04 set static ip
Ubuntu 20.04 Chinese input method support
ubuntu 18.04 set static ip method
Python Chinese encoding setting under ubuntu
Ubuntu 19.1 installation and configuration Chinese environment
How to set up Gogs on Ubuntu 14.04
Set UTF-8 encoding for MySQL5.7 in Ubuntu 16.04
How to set static IP in ubuntu14.04
How to set up R on Ubuntu 14.04
How to set PostgreSQL startup on Ubuntu 16.04