Skip to content

Commit

Permalink
Merge pull request #115 from djrrb/rename-color-to-tint
Browse files Browse the repository at this point in the history
Rename Bungee Color to Bungee Tint
  • Loading branch information
justvanrossum authored Jun 29, 2024
2 parents b1507be + 2806523 commit 0df2c10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fontbakery[googlefonts]==0.12.6
fontbakery[googlefonts]==0.12.7
fontmake==3.9.0
gftools==0.9.54
nanoemoji==0.15.1
Expand Down
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
2 changes: 1 addition & 1 deletion sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<key>versionMajor</key>
<integer>2</integer>
<key>versionMinor</key>
<integer>0</integer>
<integer>1</integer>
<key>xHeight</key>
<integer>500</integer>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<key>versionMajor</key>
<integer>2</integer>
<key>versionMinor</key>
<integer>0</integer>
<integer>1</integer>
<key>xHeight</key>
<integer>500</integer>
</dict>
Expand Down

0 comments on commit 0df2c10

Please sign in to comment.