Transferred from: http://www.cnblogs.com/liangml/p/5969404.html
After starting WPS for Linux, the prompt "system missing fonts" appears.
The reason for the prompt is that WPS for Linux does not have a font for Windows, as long as the fonts are loaded on the Linux system.
The following are the steps:
1. Download the missing font file and copy it to the/usr/share/fonts folder on the Linux system.
Font file Download (change the suffix to. zip after download)
Once the download is complete, unzip and go to the directory and proceed with the following:
sudo cp */usr/share/fonts
2. Execute the following command to generate the index information for the font:
sudo mkfontscale
sudo mkfontdir
3. Run the Fc-cache command to update the font cache.
sudo fc-cache
4. Restart WPS, the font missing prompt no longer appears.
Go WPS for Linux (Ubuntu) font configuration (font missing resolution)