From: rsheeter Date: Thu, 12 Aug 2021 03:27:28 +0000 (-0700) Subject: Add all Roboto Flex axes except YTFI which is not defined in https://variationsguide... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a65a2a14f4cde1f5572df7cd93d5d653d5312c5;p=thirdparty%2Fgoogle%2Ffonts.git Add all Roboto Flex axes except YTFI which is not defined in https://variationsguide.typenetwork.com/ (#3688) --- diff --git a/axisregistry/x_opaque.textproto b/axisregistry/x_opaque.textproto new file mode 100644 index 0000000000..9efc499d6a --- /dev/null +++ b/axisregistry/x_opaque.textproto @@ -0,0 +1,13 @@ +# XOPQ based on https://variationsguide.typenetwork.com/#xopq +tag: "XOPQ" +display_name: "Y transparent" +min_value: -1000 +max_value: 2000 +default_value: 88 +precision: 0 +fallback { + name: "Normal" + value: 0 +} +description: + "Assigns a 'black' per mille value to each instance of the design space." diff --git a/axisregistry/x_transparent.textproto b/axisregistry/x_transparent.textproto new file mode 100644 index 0000000000..4ec7bfea02 --- /dev/null +++ b/axisregistry/x_transparent.textproto @@ -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." diff --git a/axisregistry/y_opaque.textproto b/axisregistry/y_opaque.textproto new file mode 100644 index 0000000000..733f5818e5 --- /dev/null +++ b/axisregistry/y_opaque.textproto @@ -0,0 +1,13 @@ +# YOPQ based on https://variationsguide.typenetwork.com/#yopq +tag: "YOPQ" +display_name: "Y transparent" +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." diff --git a/axisregistry/y_transparent_ascender.textproto b/axisregistry/y_transparent_ascender.textproto new file mode 100644 index 0000000000..3613b69a5b --- /dev/null +++ b/axisregistry/y_transparent_ascender.textproto @@ -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." diff --git a/axisregistry/y_transparent_descender.textproto b/axisregistry/y_transparent_descender.textproto new file mode 100644 index 0000000000..6c756e327e --- /dev/null +++ b/axisregistry/y_transparent_descender.textproto @@ -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." diff --git a/axisregistry/y_transparent_lowercase.textproto b/axisregistry/y_transparent_lowercase.textproto new file mode 100644 index 0000000000..03ad321968 --- /dev/null +++ b/axisregistry/y_transparent_lowercase.textproto @@ -0,0 +1,13 @@ +# YTLC based on https://variationsguide.typenetwork.com/#ytlc +tag: "YTLC" +display_name: "Y transparent" +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." diff --git a/axisregistry/y_transparent_uppercase.textproto b/axisregistry/y_transparent_uppercase.textproto new file mode 100644 index 0000000000..83ab865c08 --- /dev/null +++ b/axisregistry/y_transparent_uppercase.textproto @@ -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."