Skip to content

Commit

Permalink
fix typo: "Open-Type" => "OpenType"
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Sep 20, 2024
1 parent 2c78185 commit af38003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Lib/fontbakery/checks/opentype/fvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@check(
id="opentype/varfont/regular_wght_coord",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'wght' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_wght
Expand Down Expand Up @@ -37,7 +37,7 @@ def check_varfont_regular_wght_coord(ttFont, regular_wght_coord):
@check(
id="opentype/varfont/regular_wdth_coord",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'wdth' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_wdth
Expand Down Expand Up @@ -69,7 +69,7 @@ def check_varfont_regular_wdth_coord(ttFont, regular_wdth_coord):
@check(
id="opentype/varfont/regular_slnt_coord",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'slnt' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_slnt
Expand Down Expand Up @@ -101,7 +101,7 @@ def check_varfont_regular_slnt_coord(ttFont, regular_slnt_coord):
@check(
id="opentype/varfont/regular_ital_coord",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'ital' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_ital
Expand Down Expand Up @@ -133,7 +133,7 @@ def check_varfont_regular_ital_coord(ttFont, regular_ital_coord):
@check(
id="opentype/varfont/regular_opsz_coord",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'opsz' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_opsz
Expand Down Expand Up @@ -167,7 +167,7 @@ def check_varfont_regular_opsz_coord(ttFont, regular_opsz_coord):
@check(
id="opentype/varfont/wght_valid_range",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'wght' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_wght
Expand Down Expand Up @@ -195,7 +195,7 @@ def check_varfont_wght_valid_range(ttFont):
@check(
id="opentype/varfont/wdth_valid_range",
rationale="""
According to the Open-Type spec's
According to the OpenType spec's
registered design-variation tag 'wdth' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_wdth
Expand Down Expand Up @@ -579,7 +579,7 @@ def check_varfont_distinct_instance_records(ttFont, has_name_table):
@check(
id="opentype/varfont/foundry_defined_tag_name",
rationale="""
According to the Open-Type spec's syntactic requirements for
According to the OpenType spec's syntactic requirements for
foundry-defined design-variation axis tags available at
https://learn.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def check_varfont_has_HVAR(ttFont):
@check(
id="googlefonts/varfont/bold_wght_coord",
rationale="""
The Open-Type spec's registered
The OpenType spec's registered
design-variation tag 'wght' available at
https://docs.microsoft.com/en-gb/typography/opentype/spec/dvaraxistag_wght
does not specify a required value for the 'Bold' instance of a variable font.
Expand Down

0 comments on commit af38003

Please sign in to comment.