We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951d70c commit 240cbd7Copy full SHA for 240cbd7
Lib/fontbakery/profiles/googlefonts.py
@@ -1159,7 +1159,10 @@ def com_google_fonts_check_metadata_unsupported_subsets(
1159
will not be served in the subsetted fonts, and so will be unreachable to
1160
the end user.
1161
""",
1162
- proposal="https://github.com/fonttools/fontbakery/issues/4097",
+ proposal=[
1163
+ "https://github.com/fonttools/fontbakery/issues/4097",
1164
+ "https://github.com/fonttools/fontbakery/pull/4273",
1165
+ ],
1166
severity=2,
1167
)
1168
def com_google_fonts_check_metadata_unreachable_subsetting(
0 commit comments