feat: add fonts for Traditional Chinese

This commit is contained in:
Sivan 2020-02-18 14:56:35 +08:00
parent 3321e9ebfe
commit 81c615db4d
12 changed files with 211 additions and 75 deletions

View file

@ -1,13 +1,13 @@
{
"name": "heti",
"version": "0.1.0",
"version": "0.2.0",
"description": "赫蹏",
"main": "index.scss",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node-sass -w --output-style=nested index.scss dist/heti.css",
"start": "node-sass -w --output-style=compressed index.scss dist/heti.css",
"build": "node-sass index.scss dist/heti.css --output-style=compressed",
"deploy": "gh-pages -d dist",
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"