1
0
mirror of synced 2025-12-19 17:48:10 -05:00

add missing fallback_only to axes metadata (#5149)

* 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>
This commit is contained in:
Zhao
2022-08-29 18:38:51 -07:00
committed by GitHub
parent e9ba362c89
commit 83b74da0f4
4 changed files with 11 additions and 3 deletions

View File

@@ -10,4 +10,5 @@ description:
fallback {
name: "Default"
value: 12
}
}
fallback_only: false

View File

@@ -10,4 +10,5 @@ description:
fallback {
name: "Default"
value: 1.0
}
}
fallback_only: false

View File

@@ -10,4 +10,5 @@ description:
fallback {
name: "Default"
value: 100
}
}
fallback_only: false

View 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