-
Download system fonts from here
-
Extract fonts and copy them to folder
/usr/share/fonts
sudo cp * /usr/share/fonts
- Run the following commands
sudo mkfontscale
sudo mkfontdir
sudo fc-cache
-
Now WPS won't show the 'fonts missing' error.
-
But the Chinese fonts are ugly, so you'd better install the following fonts.
sudo apt-get install ttf-wqy-microhei #文泉驿-微米黑
sudo apt-get install ttf-wqy-zenhei #文泉驿-正黑
sudo apt-get install xfonts-wqy #文泉驿-点阵宋体
Reference
网友评论