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 ed86e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions fonts/README.md

This file was deleted.

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 ed86e8c

Please sign in to comment.