Skip to content

Commit

Permalink
feat: add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed May 18, 2023
1 parent 315af94 commit f4b300d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
24 changes: 12 additions & 12 deletions dist/zpix.bdf
Original file line number Diff line number Diff line change
Expand Up @@ -180536,17 +180536,17 @@ SWIDTH 481 0
DWIDTH 13 0
BBX 11 11 0 -2
BITMAP
7200
6200
93E0
FC20
0A20
F940
0880
FF60
2440
FA40
0A40
F980
0980
FE60
0000
5440
52A0
9FA0
5240
8920
ENDCHAR
STARTCHAR U+715F
ENCODING 29023
Expand Down Expand Up @@ -352604,14 +352604,14 @@ SWIDTH 481 0
DWIDTH 13 0
BBX 11 11 0 -2
BITMAP
1100
1400
2200
7FE0
C200
4200
7FC0
7FE0
4200
7FC0
7FE0
4200
4200
7FE0
Expand Down
Binary file modified dist/zpix.ttf
Binary file not shown.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
"yarn": ">=1.15"
},
"scripts": {
"-------------------------------- VERSION ----": "----",
"versionup": "standard-version -r patch",
"versionup:minor": "standard-version -r minor",
"versionup:major": "standard-version -r major",
"versionup:init": "standard-version -f"
"versionup:init": "standard-version -f",
"-------------------------------- PROD ----": "----",
"install-deps": "npm i -g ttf2woff2 && brew install fontforge",
"build": "sh ./tools/build.sh"
},
"dependencies": {},
"devDependencies": {}
Expand Down
3 changes: 3 additions & 0 deletions tools/minify.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env fontforge
# -*- mode: python; coding: utf-8 -*-

# install fontforge for macOS
# brew install fontforge

from bdflib import reader
from bdflib import writer
import fontforge
Expand Down
Binary file modified website/zpix.woff2
Binary file not shown.

0 comments on commit f4b300d

Please sign in to comment.