Ubuntu font beautification- and
When I first came into contact with LINUX, I always felt strange fonts in it. Maybe I am used to WINDOWS fonts;
So I thought of replacing the LINUX font with the WINDOWS Font.
First, prepare the font for WINDOWS, such as and. You can extract the font from the WINDOWS operating system or download it online.
These two FONTS are respectively placed in the WINDOWS/FONTS directory named msyh. ttf and simsun. ttc.
You can also download from the following address:
[]
[]
Then install the font
Create a font directory
$ Sudo mkdir/usr/share/fonts/msfonts
Rename simsun. ttc to simsun. ttf
$ Mv # ...... #/simsun. ttc # ...... #/simsun. ttf
Copy the font to the/usr/share/fonts/msfonts directory.
$ Sudo cp # ...... #/usr/share/fonts/msfonts/
[Note: "# ...... #" You can drag the path where the font is to be downloaded to the terminal.]
This article is from the "quiet Zhiyuan" blog