Skip to content

Commit

Permalink
Added network condition because of youseedee
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed May 15, 2024
1 parent a9264cb commit f2b026e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/fontbakery/checks/universal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2739,6 +2739,7 @@ def com_google_fonts_check_alt_caron(ttFont):

@check(
id="com.google.fonts/check/case_mapping",
conditions=["network"],
rationale="""
Ensure that no glyph lacks its corresponding upper or lower counterpart
(but only when unicode supports case-mapping).
Expand Down Expand Up @@ -2820,6 +2821,7 @@ def com_google_fonts_check_case_mapping(ttFont):

@check(
id="com.google.fonts/check/missing_small_caps_glyphs",
conditions=["network"],
rationale="""
Ensure small caps glyphs are available if
a font declares smcp or c2sc OT features.
Expand Down

0 comments on commit f2b026e

Please sign in to comment.