Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Google Fonts/fixfonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ def main():
else:
instance.isBold = False

# Change ExtraLight weight class from 250 to 275
if instance.weight == 'ExtraLight':
instance.customParameters['weightClass'] = 275

# If Heavy exists, create a new font family for it
if 'Heavy' in instance.name:
instance.customParameters['familyName'] = '%s Heavy' % (font.familyName)
Expand Down
4 changes: 2 additions & 2 deletions Google Fonts/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
]

STYLE_WEIGHTS = {
'Thin': 250,
'ExtraLight': 275,
'Thin': 100,
'ExtraLight': 200,
'Light': 300,
'Regular': 400,
'Medium': 500,
Expand Down