-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override freetype_rasterizer to make it mandatory for Google Fonts
At 8bf12c8, I noticed that it would be wise for the Google Fonts profile to also override the freetype_rasterizer check from SKIP (if freetype dependency is not installed) to a FAIL, just like Adobe Fonts does. We will also need to setup the google/fonts CI rules so that we install freetype before running fontbakery on font PRs. The check, on the Universal Profile, emits a SKIP by default because it is considered an optional check. But I think it should be mandatory for Google Fonts. (issue #3871)
- Loading branch information
1 parent
76d09f3
commit d25afae
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters