Skip to content

Commit 7add8f7

Browse files
authored
Merge pull request #3 from aaronbell/main
Back when we were working on the font, there was no widely adopted metrics and unified standard for CJK font specs, most vendors had to figure it out on their own. I'm glad we’ve recently reached a conclusion for unification, and I appreciate you for submitting a PR for this!
2 parents 7fcd2f2 + 8f7ba07 commit 7add8f7

File tree

23,241 files changed

+2728595
-2728350
lines changed

Some content is hidden

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

23,241 files changed

+2728595
-2728350
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ venv
33
venv-test
44
build.stamp
55
proof
6-
fonts
76
node_modules
87
package-lock.json
98
package.json
@@ -38,3 +37,7 @@ Thumbs.db
3837
*(Otomatik Kaydedildi).*
3938
*(自动存储).*
4039
*(已自動儲存).*
40+
41+
# Build files
42+
*.md
43+
changelist.txt

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ 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
2930

3031
venv/touchfile: requirements.txt
3132
test -d venv || python3 -m venv venv

fonts/ttf/JustfontHuninn-Regular.ttf

4.49 MB
Binary file not shown.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docopt==0.6.2
2929
drawbot-skia==0.5.0
3030
filelock==3.14.0
3131
font-v==2.1.0
32-
fontbakery==0.12.6
32+
fontbakery==0.12.10
3333
fontFeatures==1.8.0
3434
fontmake==3.9.0
3535
fontMath==0.9.3

sources/Justfont-Huninn-Regular.ufo/fontinfo.plist

Lines changed: 0 additions & 155 deletions
This file was deleted.

sources/Justfont-Huninn-Regular.ufo/glyphs/A_-cy.glif

Lines changed: 0 additions & 86 deletions
This file was deleted.

sources/Justfont-Huninn-Regular.ufo/glyphs/A_.full.glif

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)