Git Product home page Git Product logo

ttf-wps-fonts's Introduction

WPS Office Fonts

These are the symbol fonts required by wps-office. They are used to display math formulas. We have collected the fonts here to make things easier.

##Arch Linux Installation You can use the ttf-wps-fonts package from the AUR.

Manual Installation

For this tutorial we will use the /tmp directory to temporary save the files.

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.