Skip to content

Commit

Permalink
Rename Bungee Color to Bungee Tint
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jun 29, 2024
1 parent b1507be commit f3965aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/assembleColorSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ def colorFromHex(hexString):

sourceFont.lib[COLOR_PALETTES_KEY] = palettesRegular
sourceFont.lib[COLOR_LAYERS_KEY] = colorGlyphsRegular
sourceFont.info.familyName = "Bungee Color"
sourceFont.info.familyName = "Bungee Tint"
sourceFont.info.styleName = "Regular"

sourceFont.save(outputDir / "BungeeColor-Regular.ufo", overwrite=True)
sourceFont.save(outputDir / "BungeeTint-Regular.ufo", overwrite=True)

sourceFont.lib[COLOR_PALETTES_KEY] = palettesSpice
sourceFont.lib[COLOR_LAYERS_KEY] = colorGlyphsSpice
Expand Down

0 comments on commit f3965aa

Please sign in to comment.