Skip to content

Commit f4b300d

Browse files
committed
feat: add build command
1 parent 315af94 commit f4b300d

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

dist/zpix.bdf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -180536,17 +180536,17 @@ SWIDTH 481 0
180536180536
DWIDTH 13 0
180537180537
BBX 11 11 0 -2
180538180538
BITMAP
180539-
7200
180539+
6200
180540180540
93E0
180541-
FC20
180542-
0A20
180543-
F940
180544-
0880
180545-
FF60
180541+
2440
180542+
FA40
180543+
0A40
180544+
F980
180545+
0980
180546+
FE60
180546180547
0000
180547-
5440
180548-
52A0
180549-
9FA0
180548+
5240
180549+
8920
180550180550
ENDCHAR
180551180551
STARTCHAR U+715F
180552180552
ENCODING 29023
@@ -352604,14 +352604,14 @@ SWIDTH 481 0
352604352604
DWIDTH 13 0
352605352605
BBX 11 11 0 -2
352606352606
BITMAP
352607-
1100
352607+
1400
352608352608
2200
352609352609
7FE0
352610352610
C200
352611352611
4200
352612-
7FC0
352612+
7FE0
352613352613
4200
352614-
7FC0
352614+
7FE0
352615352615
4200
352616352616
4200
352617352617
7FE0

dist/zpix.ttf

2.38 MB
Binary file not shown.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
"yarn": ">=1.15"
1212
},
1313
"scripts": {
14+
"-------------------------------- VERSION ----": "----",
1415
"versionup": "standard-version -r patch",
1516
"versionup:minor": "standard-version -r minor",
1617
"versionup:major": "standard-version -r major",
17-
"versionup:init": "standard-version -f"
18+
"versionup:init": "standard-version -f",
19+
"-------------------------------- PROD ----": "----",
20+
"install-deps": "npm i -g ttf2woff2 && brew install fontforge",
21+
"build": "sh ./tools/build.sh"
1822
},
1923
"dependencies": {},
2024
"devDependencies": {}

tools/minify.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env fontforge
22
# -*- mode: python; coding: utf-8 -*-
33

4+
# install fontforge for macOS
5+
# brew install fontforge
6+
47
from bdflib import reader
58
from bdflib import writer
69
import fontforge

website/zpix.woff2

2.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)