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:
@@ -10,4 +10,5 @@ description:
|
||||
fallback {
|
||||
name: "Default"
|
||||
value: 12
|
||||
}
|
||||
}
|
||||
fallback_only: false
|
||||
@@ -10,4 +10,5 @@ description:
|
||||
fallback {
|
||||
name: "Default"
|
||||
value: 1.0
|
||||
}
|
||||
}
|
||||
fallback_only: false
|
||||
@@ -10,4 +10,5 @@ description:
|
||||
fallback {
|
||||
name: "Default"
|
||||
value: 100
|
||||
}
|
||||
}
|
||||
fallback_only: false
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user