Skip to content

Commit c7cc8b0

Browse files
committed
Update v1.001: .ufo and .glyphs files
1 parent c69da8d commit c7cc8b0

File tree

11,642 files changed

+5465361
-2705628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,642 files changed

+5465361
-2705628
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ venv
33
venv-test
44
build.stamp
55
proof
6+
fonts
67
node_modules
78
package-lock.json
89
package.json
@@ -37,7 +38,3 @@ Thumbs.db
3738
*(Otomatik Kaydedildi).*
3839
*(自动存储).*
3940
*(已自動儲存).*
40-
41-
# Build files
42-
*.md
43-
changelist.txt

AUTHORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ justfont <[email protected]>
1111

1212
1313
Ho Ching-Ru <[email protected]>
14-
Liu Yun-Shan <[email protected]>
1514
Jian Guo-Ting <[email protected]>
15+
Liu Yun-Shan <[email protected]>
1616
Tseng Kuo-Jung <[email protected]>

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ customize: venv
2626
build.stamp: venv sources/config.yaml $(SOURCES)
2727
rm -rf fonts
2828
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && touch build.stamp
29-
. venv/bin/activate; python sources/post.py
3029

3130
venv/touchfile: requirements.txt
3231
test -d venv || python3 -m venv venv

OFL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 The Justfont-Huninn Project Authors (https://github.com/justfont/Justfont-Huninn)
1+
Copyright 2025 The Justfont-Huninn Project Authors (https://github.com/justfont/Justfont-Huninn)
22

33
This Font Software is licensed under the SIL Open Font License, Version 1.1.
44
This license is copied below, and is also available with a FAQ at:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The proof files and QA tests are also available automatically via GitHub Actions
4141

4242
- **May 17, 2024. Version 1.00**
4343
- Fork from original typeface repository ([justfont/open-huninn-font](https://github.com/justfont/open-huninn-font)), modify the OFL License, and rename it to **Justfont Huninn**.
44+
- **March 12, 2025. Version 1.001**
45+
- Adjust metrcis and specs based on [Googld Font CJK standards](https://github.com/google/fonts/issues/8911#issuecomment-2625741574).
4446

4547
## License
4648

@@ -49,7 +51,6 @@ This license is available with a FAQ at [https://scripts.sil.org/OFL](https://sc
4951

5052
## About justfont
5153

52-
5354
Established in 2010, justfont is a Taiwan-based new-generation type design and typography education business. Renowned works including the world's first crowdfunded Chinese font [*Jin Xuan*](https://justfont.com/jinxuan/). justfont also supports various independent type designers in Taiwan, with prominent cases such as [*Cream Font*](https://justfont.com/creamfont/), [*Burn Font*](https://justfont.com/burnfont/), *Tears Font*, and [*Taiwan Road Font*](https://justfont.com/twroadfont/).
5455

5556
View our website here: https://justfont.com

renovate.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"rangeStrategy": "bump"
75
}

requirements.txt

Lines changed: 2 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,2 @@
1-
absl-py==2.1.0
2-
afdko==4.0.1
3-
appdirs==1.4.4
4-
attrs==23.2.0
5-
axisregistry==0.4.9
6-
babelfont==3.0.5
7-
beautifulsoup4==4.12.3
8-
beziers==0.6.0
9-
blackrenderer==0.6.0
10-
booleanOperations==0.9.0
11-
Brotli==1.1.0
12-
bump2version==1.0.1
13-
bumpfontversion==0.4.1
14-
cattrs==23.2.3
15-
certifi==2024.2.2
16-
cffi==1.16.0
17-
cffsubr==0.3.0
18-
charset-normalizer==3.3.2
19-
cmarkgfm==2024.1.14
20-
collidoscope==0.6.5
21-
commandlines==0.4.1
22-
compreffor==0.5.5
23-
cryptography==42.0.7
24-
defcon==0.10.3
25-
dehinter==4.0.0
26-
Deprecated==1.2.14
27-
diffenator2==0.4.2
28-
docopt==0.6.2
29-
drawbot-skia==0.5.0
30-
filelock==3.14.0
31-
font-v==2.1.0
32-
fontbakery==0.12.10
33-
fontFeatures==1.8.0
34-
fontmake==3.9.0
35-
fontMath==0.9.3
36-
fontParts==0.12.1
37-
fontPens==0.2.4
38-
fonttools==4.51.0
39-
freetype-py==2.3.0
40-
fs==2.4.16
41-
gflanguages==0.6.1
42-
gfsubsets==2024.5.9
43-
gftools==0.9.58
44-
gitdb==4.0.11
45-
GitPython==3.1.43
46-
glyphsets==1.0.0
47-
glyphsLib==6.7.1
48-
h11==0.14.0
49-
idna==3.7
50-
importlib_resources==6.4.0
51-
Jinja2==3.1.4
52-
kurbopy==0.10.40
53-
lxml==5.2.2
54-
markdown-it-py==3.0.0
55-
MarkupSafe==2.1.5
56-
mdurl==0.1.2
57-
munkres==1.1.4
58-
MutatorMath==3.0.1
59-
nanoemoji==0.15.1
60-
networkx==3.3
61-
ninja==1.11.1.1
62-
num2words==0.5.13
63-
numpy==1.26.4
64-
openstep-plist==0.3.1
65-
opentype-sanitizer==9.1.0
66-
opentypespec==1.9.1
67-
orjson==3.10.3
68-
outcome==1.3.0.post0
69-
packaging==24.0
70-
picosvg==0.22.1
71-
pillow==10.3.0
72-
pip-api==0.0.33
73-
pngquant-cli==2.17.0.post5
74-
protobuf==3.20.3
75-
pyahocorasick==2.1.0
76-
pybind11==2.12.0
77-
pycairo==1.26.0
78-
pyclipper==1.3.0.post5
79-
pycparser==2.22
80-
pygit2==1.14.1
81-
PyGithub==2.3.0
82-
Pygments==2.18.0
83-
PyJWT==2.8.0
84-
PyNaCl==1.5.0
85-
pyparsing==3.1.2
86-
PySocks==1.7.1
87-
python-bidi==0.4.2
88-
python-dateutil==2.9.0.post0
89-
PyYAML==6.0.1
90-
regex==2024.5.15
91-
requests==2.31.0
92-
resvg-cli==0.22.0.post3
93-
rich==13.7.1
94-
rstr==3.2.2
95-
selenium==4.21.0
96-
sh==2.0.6
97-
shaperglot==0.5.0
98-
six==1.16.0
99-
skia-pathops==0.8.0.post1
100-
skia-python==87.6
101-
smmap==5.0.1
102-
sniffio==1.3.1
103-
sortedcontainers==2.4.0
104-
soupsieve==2.5
105-
sre-yield==1.2
106-
statmake==0.6.0
107-
strictyaml==1.7.3
108-
stringbrewer==0.0.1
109-
tabulate==0.9.0
110-
termcolor==2.4.0
111-
toml==0.10.2
112-
tqdm==4.66.4
113-
trio==0.25.1
114-
trio-websocket==0.11.1
115-
ttfautohint-py==0.5.1
116-
typing_extensions==4.11.0
117-
ufo2ft==3.2.2
118-
ufoLib2==0.16.0
119-
ufolint==1.2.0
120-
ufonormalizer==0.6.1
121-
ufoProcessor==1.9.0
122-
uharfbuzz==0.39.1
123-
unicodedata2==15.1.0
124-
Unidecode==1.3.8
125-
urllib3==2.2.1
126-
vfbLib==0.6.5
127-
vharfbuzz==0.3.0
128-
vttLib==0.12.0
129-
wrapt==1.16.0
130-
wsproto==1.2.0
131-
youseedee==0.5.3
132-
zopfli==0.2.3
1+
# Placeholder file, update the requirements by running `make update`.
2+
-r requirements.in

0 commit comments

Comments
 (0)