Skip to content

Commit

Permalink
italic.textproto reduce precision from -1 to 0
Browse files Browse the repository at this point in the history
Since we don't support the ital axis, in fact, and require separate roman and italic files at the moment (due to concerns eg in https://arrowtype.github.io/vf-slnt-test), then we should reflect that actual implementation in the axis definition. 

Since we have zero families with an ital axis, this should be a no-op when pushed; but this is a very peculiar move, and may have unexpected consequences when pushed.
  • Loading branch information
davelab6 committed Sep 22, 2022
1 parent 46700e4 commit 711f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/axisregistry/data/italic.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ display_name: "Italic"
min_value: 0
max_value: 1
default_value: 0
precision: -1
precision: 0
fallback {
name: "Roman"
value: 0
Expand Down

0 comments on commit 711f615

Please sign in to comment.