]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
add missing fallback_only to axes metadata (#5149)
authorZhao <chuck.zhaoxiong@gmail.com>
Tue, 30 Aug 2022 01:38:51 +0000 (18:38 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 01:38:51 +0000 (18:38 -0700)
* add fallback_only to EGRD axis

* add fallback_only to EHLT and EDPT

* Update to_sandbox.txt

Co-authored-by: zhao <zhaoxiong2015@u.northwestern.edu>
axisregistry/Lib/axisregistry/data/edge_highlight.textproto
axisregistry/Lib/axisregistry/data/element_grid.textproto
axisregistry/Lib/axisregistry/data/extrusion_depth.textproto
to_sandbox.txt

index ba49dca909abbd025c8e1d7351e17bfb9a3b22c1..d034f1f85da8e414fd2f148829a239d89292f2be 100644 (file)
@@ -10,4 +10,5 @@ description:
 fallback {
   name: "Default"
   value: 12
-}
\ No newline at end of file
+}
+fallback_only: false
\ No newline at end of file
index 96f97a08d87dbba0e15bdbdf16f0227240870be2..ee90262c02b981ab4ca6670549f91655bda681a2 100644 (file)
@@ -10,4 +10,5 @@ description:
 fallback {
   name: "Default"
   value: 1.0
-}
\ No newline at end of file
+}
+fallback_only: false
\ No newline at end of file
index 687d322790a936c5c3b5040e19b7d80759dc0616..be0e96fcbf345532cd77a52826e0b2d50300d830 100644 (file)
@@ -10,4 +10,5 @@ description:
 fallback {
   name: "Default"
   value: 100
-}
\ No newline at end of file
+}
+fallback_only: false
\ No newline at end of file
index f0745f980af58a0ed91a4f3a2a1e5ca595e8881e..3d0842c5bfdfaea51594d56b0db1cb60cd556493 100644 (file)
@@ -25,3 +25,8 @@ ofl/nabla # https://github.com/google/fonts/pull/5095
 
 # Metadata / Description / License
 ofl/notosanslimbu # https://github.com/google/fonts/pull/5047
+
+# Axis Metadata
+axisregistry/Lib/axisregistry/data/element_grid.textproto #https://github.com/google/fonts/pull/5149
+axisregistry/Lib/axisregistry/data/edge_highlight.textproto #https://github.com/google/fonts/pull/5149
+axisregistry/Lib/axisregistry/data/extrusion_depth.textproto #https://github.com/google/fonts/pull/5149
\ No newline at end of file