From f2b026e06fb6058de66e5d84fe144d299ceedf74 Mon Sep 17 00:00:00 2001 From: Yanone Date: Wed, 15 May 2024 18:38:22 +0200 Subject: [PATCH] Added network condition because of youseedee --- Lib/fontbakery/checks/universal/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/fontbakery/checks/universal/__init__.py b/Lib/fontbakery/checks/universal/__init__.py index c909a246b8..53d78ec6f7 100644 --- a/Lib/fontbakery/checks/universal/__init__.py +++ b/Lib/fontbakery/checks/universal/__init__.py @@ -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). @@ -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.