Skip to content

Commit

Permalink
Incorporate changes & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jul 19, 2023
1 parent 11aef3a commit 7fcb57a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
8 changes: 7 additions & 1 deletion _sources/Wavefont.designspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<axis default="100" minimum="100" maximum="900" name="Weight" tag="wght">
<map input="100" output="{{axes.weight.min}}"/>
<!-- We add non-linearity to mapping -->
<map input="200" output="16"/>
<map input="300" output="33"/>
<map input="400" output="54"/>
<map input="500" output="75"/>
<map input="600" output="100"/>
<map input="700" output="128"/>
<map input="800" output="160"/>
<map input="900" output="{{axes.weight.max}}"/>
</axis>
</axes>
Expand Down Expand Up @@ -61,7 +67,7 @@
</instance>
<instance filename="instance_ufo/Wavefont-Medium.ufo" name="Wavefont Medium" familyname="Wavefont" stylename="Medium">
<location>
<dimension name="Weight" xvalue="175" />
<dimension name="Weight" xvalue="75" />
<dimension name="Roundness" xvalue="100" />
<dimension name="Vertical Element Alignment" xvalue="0" />
</location>
Expand Down
5 changes: 3 additions & 2 deletions _sources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ stat:
value: 300
- name: Regular
value: 400
linkedValue: 700
flags: 2
- name: Medium
value: 500
- name: SemiBold
Expand All @@ -40,5 +42,4 @@ stat:
- name: ExtraBold
value: 800
- name: Black
value: 900
flags: 2
value: 900
5 changes: 3 additions & 2 deletions sources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ stat:
value: 300
- name: Regular
value: 400
linkedValue: 700
flags: 2
- name: Medium
value: 500
- name: SemiBold
Expand All @@ -40,5 +42,4 @@ stat:
- name: ExtraBold
value: 800
- name: Black
value: 900
flags: 2
value: 900
8 changes: 7 additions & 1 deletion sources/wavefont.designspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<axis default="100" minimum="100" maximum="900" name="Weight" tag="wght">
<map input="100" output="5"/>
<!-- We add non-linearity to mapping -->
<map input="200" output="16"/>
<map input="300" output="33"/>
<map input="400" output="54"/>
<map input="500" output="75"/>
<map input="600" output="100"/>
<map input="700" output="128"/>
<map input="800" output="160"/>
<map input="900" output="200"/>
</axis>
</axes>
Expand Down Expand Up @@ -184,7 +190,7 @@
</instance>
<instance filename="instance_ufo/Wavefont-Medium.ufo" name="Wavefont Medium" familyname="Wavefont" stylename="Medium">
<location>
<dimension name="Weight" xvalue="175" />
<dimension name="Weight" xvalue="75" />
<dimension name="Roundness" xvalue="100" />
<dimension name="Vertical Element Alignment" xvalue="0" />
</location>
Expand Down

0 comments on commit 7fcb57a

Please sign in to comment.