Skip to content

Commit

Permalink
run update_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Jan 11, 2022
1 parent ec8e4e8 commit abc72b9
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/x_opaque.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# XOPQ based on https://variationsguide.typenetwork.com/#xopq
tag: "XOPQ"
display_name: "X opaque"
min_value: -1000
max_value: 2000
default_value: 88
precision: 0
fallback {
name: "Normal"
value: 88
}
description:
"Assigns a 'black' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/x_transparent.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# XTRA based on https://variationsguide.typenetwork.com/#xtra
tag: "XTRA"
display_name: "X transparent"
min_value: -1000
max_value: 2000
default_value: 400
precision: 0
fallback {
name: "Normal"
value: 400
}
description:
"Assigns a 'white'”' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/x_transparent_figures.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# XTFI based on https://variationsguide.typenetwork.com/#xtfi
tag: "XTFI"
display_name: "X transparent figures"
min_value: -1000
max_value: 2000
default_value: 400
precision: 0
fallback {
name: "Normal"
value: 400
}
description:
"Assigns a 'white' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_opaque.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YOPQ based on https://variationsguide.typenetwork.com/#yopq
tag: "YOPQ"
display_name: "Y opaque"
min_value: -1000
max_value: 2000
default_value: 116
precision: 0
fallback {
name: "Normal"
value: 116
}
description:
"Assigns a 'black' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_transparent_ascender.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YTAS based on https://variationsguide.typenetwork.com/#ytas
tag: "YTAS"
display_name: "Y transparent ascender"
min_value: 0
max_value: 1000
default_value: 750
precision: 0
fallback {
name: "Normal"
value: 750
}
description:
"Assigns a 'white' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_transparent_descender.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YTDE based on https://variationsguide.typenetwork.com/#ytde
tag: "YTDE"
display_name: "Y transparent descender"
min_value: -1000
max_value: 0
default_value: -250
precision: 0
fallback {
name: "Normal"
value: -250
}
description:
"Assigns a 'white' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_transparent_figures.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YTFI based on https://variationsguide.typenetwork.com/#ytfi
tag: "YTFI"
display_name: "Y transparent figures"
min_value: -1000
max_value: 2000
default_value: 600 # this is NOT what TN defined, it's just a value that fits for Roboto Flex
precision: 0
fallback {
name: "Normal"
value: 600
}
description:
"Assigns a 'white' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_transparent_lowercase.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YTLC based on https://variationsguide.typenetwork.com/#ytlc
tag: "YTLC"
display_name: "Y transparent lowercase"
min_value: 0
max_value: 1000
default_value: 500
precision: 0
fallback {
name: "Normal"
value: 500
}
description:
"Assigns a 'white' per mille value to each instance of the design space."
13 changes: 13 additions & 0 deletions Lib/gftools/axisregistry/y_transparent_uppercase.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# YTUC based on https://variationsguide.typenetwork.com/#ytuc
tag: "YTUC"
display_name: "Y transparent uppercase"
min_value: -1000
max_value: 1000
default_value: 500
precision: 0
fallback {
name: "Normal"
value: 725
}
description:
"Assigns a 'white' per mille value to each instance of the design space."

0 comments on commit abc72b9

Please sign in to comment.