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