Skip to content

Commit 3a5004e

Browse files
committed
v2 updates
1 parent 80b3c13 commit 3a5004e

32 files changed

Lines changed: 2427 additions & 1506 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ results.jsonl
2020

2121
# Google Fonts
2222
GoogleFonts/
23+
web v2/
24+
web v1/

Generator Tools/font.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,20 @@ class FamilyConfig:
158158

159159
# Per-glyph anchor strengths — lowercase
160160
"anchor_lc": {
161-
"a":0.28,"b":0.16,"c":0.34,"d":0.22,"e":0.32,"f":0.12,
162-
"g":0.26,"h":0.16,"i":0.10,"j":0.11,"k":0.13,"l":0.10,
163-
"m":0.20,"n":0.18,"o":0.32,"p":0.22,"q":0.22,"r":0.18,
164-
"s":0.24,"t":0.16,"u":0.22,"v":0.14,"w":0.16,"x":0.12,
165-
"y":0.16,"z":0.12,
161+
"a":0.28,"b":0.16,"c":0.34,"d":0.22,"e":0.32,"f":0.22,
162+
"g":0.26,"h":0.16,"i":0.16,"j":0.16,"k":0.18,"l":0.14,
163+
"m":0.20,"n":0.18,"o":0.32,"p":0.22,"q":0.22,"r":0.22,
164+
"s":0.24,"t":0.20,"u":0.22,"v":0.14,"w":0.16,"x":0.16,
165+
"y":0.16,"z":0.16,
166166
},
167-
168167
# Per-glyph anchor strengths — uppercase
169168
"anchor_uc": {
170169
"A":0.08,"B":0.20,"C":0.22,"D":0.20,"E":0.22,"F":0.20,
171170
"G":0.22,"H":0.18,"I":0.00,"J":0.20,"K":0.20,"L":0.22,
172171
"M":0.20,"N":0.20,"O":0.22,"P":0.20,"Q":0.22,"R":0.20,
173-
"S":0.22,"T":0.18,"U":0.20,"V":0.16,"W":0.18,"X":0.14,
172+
"S":0.22,"T":0.22,"U":0.20,"V":0.16,"W":0.18,"X":0.16,
174173
"Y":0.16,"Z":0.14,
175174
},
176-
177175
# Per-glyph advance-width micro-tuning (UPM-relative, signed)
178176
"micro_spacing_em": {
179177
"m":+0.010,"w":+0.009,"M":+0.012,"W":+0.012,

fonts/build_report.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.1.0",
3-
"built_at": "2026-04-08T18:24:12.372065+00:00",
4-
"git_commit": "b21149ab",
3+
"built_at": "2026-04-08T18:30:23.827878+00:00",
4+
"git_commit": "80b3c135",
55
"families": {
66
"EasyType Sans": {
77
"Regular": {

fonts/ttf/EasyTypeFocus-Bold.ttf

8 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.

fonts/ttf/EasyTypeFocus-Italic.ttf

-56 Bytes
Binary file not shown.
12 Bytes
Binary file not shown.

fonts/ttf/EasyTypeSans-Bold.ttf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

fonts/ttf/EasyTypeSans-Italic.ttf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)