Blogghete
2018-03-02 06:14 deepin
Give a try to the setup of ttf fonts.
Follow these instructions:
Change to the /tmp directory.
Copy the Code
Clone the Git repository.
Copy the Code
Create a sub directory in your system's fonts directory. This is usually /usr/share/fonts, otherwise consult your distribution's documentation.
Copy the Code
Move fonts to the new directory.
Copy the Code
Fix the file permissions.
Copy the Code
Rebuild the font cache.
Copy the Code
Clean up the tmp directory.
Copy the Code
Follow these instructions:
Change to the /tmp directory.
- cd /tmp
Clone the Git repository.
- git clone https://github.com/iamdh4/ttf-wps-fonts.git
Create a sub directory in your system's fonts directory. This is usually /usr/share/fonts, otherwise consult your distribution's documentation.
- sudo mkdir /usr/share/fonts/wps-fonts
Move fonts to the new directory.
- sudo mv ttf-wps-fonts/* /usr/share/fonts/wps-fonts
Fix the file permissions.
- sudo chmod 644 /usr/share/fonts/wps-fonts/*
Rebuild the font cache.
- sudo fc-cache -vfs
Clean up the tmp directory.
- rm -rf /tmp/ttf-wps-fonts
Reply Like 0 View the author