Skip to content

Commit

Permalink
Deprecation of Outline profile, and migration of its checks
Browse files Browse the repository at this point in the history
The Outline profile was also removed and its checks migrated to the Google Fonts profile.
As gfonts was already including those, and no other profile did so, there's no need to add experimental flags to these ones.

(issue fonttools#4801)
  • Loading branch information
felipesanches committed Aug 9, 2024
1 parent b441e62 commit 7fc0706
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
10 changes: 9 additions & 1 deletion Lib/fontbakery/profiles/googlefonts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROFILE = {
"include_profiles": ["universal", "outline"],
"include_profiles": ["universal"],
"sections": {
"Article Checks": [
"com.google.fonts/check/article/images",
Expand Down Expand Up @@ -108,6 +108,14 @@
"com.google.fonts/check/dotted_circle",
"com.google.fonts/check/soft_dotted",
],
"Outline Checks": [
"com.google.fonts/check/outline_alignment_miss",
"com.google.fonts/check/outline_short_segments",
"com.google.fonts/check/outline_colinear_vectors",
"com.google.fonts/check/outline_jaggy_segments",
"com.google.fonts/check/outline_semi_vertical",
"com.google.fonts/check/outline_direction",
],
"Font File Checks": [
"com.google.fonts/check/aat",
"com.google.fonts/check/canonical_filename",
Expand Down
12 changes: 0 additions & 12 deletions Lib/fontbakery/profiles/outline.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/fontbakery/profiles/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ profiles
fontwerk
fontval
iso15008
outline
5 changes: 0 additions & 5 deletions docs/source/fontbakery/profiles/outline.rst

This file was deleted.

0 comments on commit 7fc0706

Please sign in to comment.