From f3965aa71accd28976028bd01da0f0cda99b54eb Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 29 Jun 2024 14:42:36 +0200 Subject: [PATCH 1/3] Rename Bungee Color to Bungee Tint --- scripts/assembleColorSources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/assembleColorSources.py b/scripts/assembleColorSources.py index e4c25dd04..4fe995a41 100644 --- a/scripts/assembleColorSources.py +++ b/scripts/assembleColorSources.py @@ -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 From 362e0d68a25c8481d65a51c0ea18f230e8f90180 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 29 Jun 2024 14:44:44 +0200 Subject: [PATCH 2/3] Bump minor version --- sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist | 2 +- sources/1-drawing/Bungee_Rotated-Regular.ufo/fontinfo.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist b/sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist index 04ddda9f5..a5fbb5088 100644 --- a/sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist +++ b/sources/1-drawing/Bungee-Regular.ufo/fontinfo.plist @@ -153,7 +153,7 @@ versionMajor 2 versionMinor - 0 + 1 xHeight 500 diff --git a/sources/1-drawing/Bungee_Rotated-Regular.ufo/fontinfo.plist b/sources/1-drawing/Bungee_Rotated-Regular.ufo/fontinfo.plist index 11ebc0aa7..136f90e03 100644 --- a/sources/1-drawing/Bungee_Rotated-Regular.ufo/fontinfo.plist +++ b/sources/1-drawing/Bungee_Rotated-Regular.ufo/fontinfo.plist @@ -153,7 +153,7 @@ versionMajor 2 versionMinor - 0 + 1 xHeight 500 From 2806523fc11c2241ccdf178fed575561b71d1dd0 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 29 Jun 2024 15:05:24 +0200 Subject: [PATCH 3/3] bump fontbakery version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce073f9c8..848fd79d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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