p-l-h / txicons

Tianxiao Icon Fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txicons

Common icon fonts for Tianxiao.

Getting Started

Install with npm

    npm install txicons 

then import node_modules/txicons/dist/style.scss in your scss file

    @import 'node_modules/txicons/dist/style';

Customize

Use git submodule or just donwload and unzip the zip to your project.

1.Move svgs you want to use to the src folder

2.Config the .qiniurc file with QiNiu's access keysecret key and bucket like this:

{
    "ACCESS_KEY": "",
    "SECRET_KEY": "",
    "BUCKET": "txicons"
}

3.run npm install to install the dependencies

4.run npm run build to get your style and fonts

License

txicons is licensed under the MIT license.

About

Tianxiao Icon Fonts

License:MIT License


Languages

Language:JavaScript 92.0%Language:HTML 8.0%