From 6215f1dcd1fb5674c70e7c2107235df9543e4458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Thu, 16 Jan 2025 19:24:34 -0300 Subject: [PATCH] [name/italic_names] on Universal profile seems to be Google Fonts specific (https://github.com/fonttools/fontbakery/issues/4971) --- profile-universal/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile-universal/src/lib.rs b/profile-universal/src/lib.rs index ea35872..fd85702 100644 --- a/profile-universal/src/lib.rs +++ b/profile-universal/src/lib.rs @@ -142,7 +142,6 @@ include_profiles = ["opentype"] "missing_small_caps_glyphs", "name/char_restrictions", "name/family_and_style_max_length", - "name/italic_names", "name/no_copyright_on_description", "name/trailing_spaces", "nested_components", @@ -183,6 +182,7 @@ include_profiles = ["opentype"] # "fontspector_version", # we'll just do this once at the start of the program, doesn't make sense for web # "kerning_for_non_ligated_sequences", # I just think this is a bad check # "unique_glyphnames", # valid_glyphnames also checks for uniqueness + # "name/italic_names", # GF-specific: https://github.com/fonttools/fontbakery/issues/4971 # Checks left to port # "caps_vertically_centered", # Disabled: issue #4274