Skip to content

Commit

Permalink
Improved explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed May 15, 2024
1 parent 01169ab commit a9264cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Lib/fontbakery/checks/universal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,8 @@ def com_google_fonts_check_missing_small_caps_glyphs(ttFont):
)
yield FAIL, Message(
"missing-smcp",
f"These 'smcp' glyphs are missing:\n\n{missing_smcp}",
"'smcp' substitution target glyphs for these"
f" characters are missing:\n\n{missing_smcp}",
)

if missing_c2sc:
Expand All @@ -2915,7 +2916,8 @@ def com_google_fonts_check_missing_small_caps_glyphs(ttFont):
)
yield FAIL, Message(
"missing-c2sc",
f"These 'c2sc' glyphs are missing:\n\n{missing_c2sc}",
"'c2sc' substitution target glyphs for these"
f" characters are missing:\n\n{missing_c2sc}",
)

if passed:
Expand Down

0 comments on commit a9264cb

Please sign in to comment.