Skip to content

Commit

Permalink
Merge pull request #39 from vv-monsalve/master
Browse files Browse the repository at this point in the history
STAT table fix
  • Loading branch information
xotypeco authored Aug 27, 2021
2 parents c32776c + 7a6a544 commit 465a9c5
Show file tree
Hide file tree
Showing 233 changed files with 292 additions and 101 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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Black.otf
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Light.otf
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/otf/BigShouldersInlineText-Thin.otf
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Black.ttf
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Light.ttf
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/ttf/BigShouldersInlineText-Thin.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Black.woff2
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Light.woff2
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Medium.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Inline/fonts/webfonts/BigShouldersInline-Thin.woff2
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 32 additions & 0 deletions Big-Shoulders-Inline/sources/BigS-In-vf-Display.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sources:
- BigShouldersInline.glyphs
familyName: Big Shoulders Inline Display
vfDir: ../fonts/variable/display
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
32 changes: 32 additions & 0 deletions Big-Shoulders-Inline/sources/BigS-In-vf-Text.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sources:
- BigShouldersInline.glyphs
familyName: Big Shoulders Inline Text
vfDir: ../fonts/variable/text
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
45 changes: 25 additions & 20 deletions Big-Shoulders-Inline/sources/build-B-Inline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,34 @@ set -e
#source ../venv/bin/activate


echo "GENERATING VF"
VF_FILE=../fonts/variable/BigShouldersInline\[opsz,wght]\.ttf
VF_FILE=BigShouldersInline\[opsz,wght]\.ttf

echo "BUILD BIG SHOULDERS INLINE vf"
gftools builder config.yml

echo "Deleting unnecessary static fonts"

echo "BUILD INLINE TEXT vf"
gftools builder BigS-In-vf-Text.yml
fonttools varLib.instancer ../fonts/variable/text/$VF_FILE opsz=10 -o ../fonts/variable/text/BigShouldersInlineText\[wght\].ttf
rm ../fonts/variable/text/$VF_FILE


echo "BUILD INLINE DISPLAY vf"
gftools builder BigS-In-vf-Display.yml
fonttools varLib.instancer ../fonts/variable/display/$VF_FILE opsz=72 -o ../fonts/variable/display/BigShouldersInlineDisplay\[wght\].ttf
rm ../fonts/variable/display/$VF_FILE


echo "Deleting unnecessary static ttf"
mkdir -p ../fonts/ttf/delete-ttf
mv ../fonts/ttf/BigShouldersInline-*.ttf ../fonts/ttf/delete-ttf
rm -rf ../fonts/ttf/delete-ttf

mkdir -p ../fonts/otf/delete-otf
mv ../fonts/otf/BigShouldersInline-*.otf ../fonts/otf/delete-otf
rm -rf ../fonts/otf/delete-otf

echo "SPLITTING VF"
echo "Big Shoulders Display"
gftools rename-font $VF_FILE "Big Shoulders Inline Display"
mv ../fonts/variable/BigShouldersInlineDisplay\[opsz\,wght\].ttf ../fonts/variable/BigShouldersInlineDisplay\[wght\].ttf
fonttools varLib.instancer ../fonts/variable/BigShouldersInlineDisplay\[wght\].ttf opsz=72 -o ../fonts/variable/BigShouldersInlineDisplay\[wght\].ttf

Echo "Big Shoulders Text"
gftools rename-font $VF_FILE "Big Shoulders Inline Text"
mv ../fonts/variable/BigShouldersInlineText\[opsz\,wght\].ttf ../fonts/variable/BigShouldersInlineText\[wght\].ttf
python update_fvar.py ../fonts/variable/BigShouldersInlineText\[wght\].ttf
fonttools varLib.instancer ../fonts/variable/BigShouldersInlineText\[wght\].ttf opsz=10 -o ../fonts/variable/BigShouldersInlineText\[wght\].ttf
rm ../fonts/ttf/delete-ttf


echo "Deleting unnecessary static otf"
mkdir -p ../fonts/ttf/delete-ttf
mv ../fonts/ttf/BigShouldersInline-*.ttf ../fonts/ttf/delete-ttf
rm ../fonts/ttf/delete-ttf


echo "DONE!"
3 changes: 3 additions & 0 deletions Big-Shoulders-Inline/sources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sources:
- BigShouldersInline.glyphs
familyName: Big Shoulders Inline
# buildOTF: False
# buildTTF: False
# buildWebfont: False
axisOrder:
- opsz
- wght
Expand Down
12 changes: 0 additions & 12 deletions Big-Shoulders-Inline/sources/update_fvar.py

This file was deleted.

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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Bold.otf
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.
Binary file modified Big-Shoulders-Stencil/fonts/otf/BigShouldersStencilText-Thin.otf
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Bold.ttf
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.
Binary file modified Big-Shoulders-Stencil/fonts/ttf/BigShouldersStencilText-Thin.ttf
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 32 additions & 0 deletions Big-Shoulders-Stencil/sources/BigS-St-vf-Display.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sources:
- BigShouldersStencil.glyphs
familyName: Big Shoulders Stencil Display
vfDir: ../fonts/variable/display
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
32 changes: 32 additions & 0 deletions Big-Shoulders-Stencil/sources/BigS-St-vf-Text.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
sources:
- BigShouldersStencil.glyphs
familyName: Big Shoulders Stencil Text
vfDir: ../fonts/variable/text
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
41 changes: 23 additions & 18 deletions Big-Shoulders-Stencil/sources/build-B-Stencil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,34 @@ set -e
#source ../venv/bin/activate


echo "GENERATING VF"
VF_FILE=../fonts/variable/BigShouldersStencil\[opsz,wght]\.ttf
VF_FILE=BigShouldersStencil\[opsz,wght]\.ttf

echo "BUILD BIG SHOULDERS STENCIL vf"
gftools builder config.yml

echo "Deleting unnecessary static fonts"

echo "BUILD STENCIL TEXT vf"
gftools builder BigS-St-vf-Text.yml
fonttools varLib.instancer ../fonts/variable/text/$VF_FILE opsz=10 -o ../fonts/variable/text/BigShouldersStencilText\[wght\].ttf
rm ../fonts/variable/text/$VF_FILE


echo "BUILD STENCIL DISPLAY vf"
gftools builder BigS-St-vf-Display.yml
fonttools varLib.instancer ../fonts/variable/display/$VF_FILE opsz=72 -o ../fonts/variable/display/BigShouldersStencilDisplay\[wght\].ttf
rm ../fonts/variable/display/$VF_FILE


echo "Deleting unnecessary static ttf"
mkdir -p ../fonts/ttf/delete-ttf
mv ../fonts/ttf/BigShouldersStencil-*.ttf ../fonts/ttf/delete-ttf
rm -rf ../fonts/ttf/delete-ttf
rm ../fonts/ttf/delete-ttf

mkdir -p ../fonts/otf/delete-otf
mv ../fonts/otf/BigShouldersStencil-*.otf ../fonts/otf/delete-otf
rm -rf ../fonts/otf/delete-otf

echo "SPLITTING VF"
echo "Big Shoulders Stencil Display"
gftools rename-font $VF_FILE "Big Shoulders Stencil Display"
mv ../fonts/variable/BigShouldersStencilDisplay\[opsz\,wght\].ttf ../fonts/variable/BigShouldersStencilDisplay\[wght\].ttf
fonttools varLib.instancer ../fonts/variable/BigShouldersStencilDisplay\[wght\].ttf opsz=72 -o ../fonts/variable/BigShouldersStencilDisplay\[wght\].ttf
echo "Deleting unnecessary static otf"
mkdir -p ../fonts/ttf/delete-otf
mv ../fonts/ttf/BigShouldersStencil-*.otf ../fonts/ttf/delete-otf
rm ../fonts/ttf/delete-ttf

Echo "Big Shoulders Stencil Text"
gftools rename-font $VF_FILE "Big Shoulders Stencil Text"
mv ../fonts/variable/BigShouldersStencilText\[opsz\,wght\].ttf ../fonts/variable/BigShouldersStencilText\[wght\].ttf
python update_fvar.py ../fonts/variable/BigShouldersStencilText\[wght\].ttf
fonttools varLib.instancer ../fonts/variable/BigShouldersStencilText\[wght\].ttf opsz=10 -o ../fonts/variable/BigShouldersStencilText\[wght\].ttf

echo "DONE!"
echo "DONE!"
1 change: 1 addition & 0 deletions Big-Shoulders-Stencil/sources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
familyName: Big Shoulders Stencil
# buildOTF: False
# buildTTF: False
# buildWebfont: False
axisOrder:
- opsz
- wght
Expand Down
12 changes: 0 additions & 12 deletions Big-Shoulders-Stencil/sources/update_fvar.py

This file was deleted.

Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Black.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Bold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraBold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-ExtraLight.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Light.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Medium.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Regular.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-SemiBold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersDisplay-Thin.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Black.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Bold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-ExtraBold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-ExtraLight.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Light.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Medium.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Regular.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-SemiBold.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/otf/BigShouldersText-Thin.otf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Black.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Bold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraBold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-ExtraLight.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Light.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Medium.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Regular.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-SemiBold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersDisplay-Thin.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Black.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Bold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-ExtraBold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-ExtraLight.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Light.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Medium.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Regular.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-SemiBold.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/ttf/BigShouldersText-Thin.ttf
Binary file not shown.
Binary file modified Big-Shoulders/fonts/variable/BigShoulders[opsz,wght].ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Black.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Bold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-ExtraBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-ExtraLight.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Light.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Medium.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Regular.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-SemiBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShoulders-Thin.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Black.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Bold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-ExtraLight.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Light.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Medium.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Regular.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-SemiBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersDisplay-Thin.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Black.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Bold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-ExtraLight.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Light.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Medium.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Regular.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-SemiBold.woff2
Binary file not shown.
Binary file modified Big-Shoulders/fonts/webfonts/BigShouldersText-Thin.woff2
Binary file not shown.
39 changes: 39 additions & 0 deletions Big-Shoulders/sources/BigS-vf-Display.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
sources:
- BigShoulders.glyphs
familyName: Big Shoulders Display
vfDir: ../fonts/variable/display
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
# instances:
# BigShoulders[opsz,wght].ttf:
# - familyName: "Big Shoulders Text"
# # styleName: "Regular"
# coordinates:
# opsz: 10
# wght: 100
39 changes: 39 additions & 0 deletions Big-Shoulders/sources/BigS-vf-Text.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
sources:
- BigShoulders.glyphs
familyName: Big Shoulders Text
vfDir: ../fonts/variable/text
buildStatic: False
buildWebfont: False
axisOrder:
- wght
stat:
- 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
# instances:
# BigShoulders[opsz,wght].ttf:
# - familyName: "Big Shoulders Text"
# # styleName: "Regular"
# coordinates:
# opsz: 10
# wght: 100
Loading

0 comments on commit 465a9c5

Please sign in to comment.