Merge pull request #63 from RosaWagner/master

Ready for GF with HEXP axis
This commit is contained in:
ThomasJockin 2022-09-28 07:36:17 -04:00 committed by GitHub
commit 6a4f24e40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 173901 additions and 173706 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

173858
sources/ReadexPro.glyphs Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,16 +0,0 @@
#!/bin/sh
set -e
#source ../env/bin/activate
vf=ReadexPro[HEXP,wght].ttf
echo ".
BUILD READEX PRO
."
gftools builder config.yaml
fonttools varLib.instancer ../fonts/variable/$vf HEXP=0 --output ../fonts/variable/ReadexPro[wght].ttf
echo ".
COMPLETE!
."

View File

@ -1,49 +1,43 @@
sources:
- Readexpro.glyphs
familyName: "Readex Pro"
buildOTF: False
buildWebfont: False
axisOrder:
# - HEXP
- wght
# stat:
# - name: Hyper Expansion
# tag: HEXP
# values:
# - name: Deca
# value: 0
# - name: Exa
# value: 40
# - name: Giga
# value: 56
# - name: Mega
# value: 64
# - name: Peta
# value: 72
# - name: Tera
# value: 80
# - name: Zetta
# value: 100
# - name: Weight
# tag: wght
# values:
# - name: Thin
# value: 100
# - name: ExtraLight
# value: 200
# - name: Light
# value: 300
# - name: Regular
# value: 400
# linkedValue: 700
# flags: 2
# - name: Medium
# value: 500
# - name: SemiBold
# value: 600
# - name: Bold
# value: 700
# - name: ExtraBold
# value: 800
# - name: Black
# value: 900
sources:
- ReadexPro.glyphs
familyName: "Readex Pro"
buildOTF: False
buildWebfont: False
axisOrder:
- HEXP
- wght
stat:
- name: Hyper Expansion
tag: HEXP
values:
- name: Deca
value: 0
- name: Exa
value: 40
- name: Giga
value: 56
- name: Mega
value: 64
- name: Peta
value: 72
- name: Tera
value: 80
- name: Zetta
value: 100
- name: Weight
tag: wght
values:
- name: ExtraLight
value: 200
- name: Light
value: 300
- name: Regular
value: 400
linkedValue: 700
flags: 2
- name: Medium
value: 500
- name: SemiBold
value: 600
- name: Bold
value: 700