From 944a3e77597eab422817f9d6d35e200b73cdb411 Mon Sep 17 00:00:00 2001 From: Dave Crossland Date: Thu, 1 Dec 2022 08:05:57 -0700 Subject: [PATCH] Update y_rotation.textproto Clarify direction in description --- Lib/axisregistry/data/y_rotation.textproto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/axisregistry/data/y_rotation.textproto b/Lib/axisregistry/data/y_rotation.textproto index 4aefbda692..2c8e88432f 100644 --- a/Lib/axisregistry/data/y_rotation.textproto +++ b/Lib/axisregistry/data/y_rotation.textproto @@ -1,4 +1,4 @@ -#Rotation in Y, based on https://github.com/andyclymer/Tilt-Typeface +# Rotation in Y, based on https://github.com/googlefonts/Tilt-Fonts tag: "YROT" display_name: "Rotation in Y" min_value: -180 @@ -11,5 +11,5 @@ fallback { } fallback_only: false description: - "Letters rotate around the Y axis." - + "Letters rotate up and down, negative values tilt down" + " and positive values tilt up, in the Y dimension." -- 2.47.3