Skip to content

Commit

Permalink
2024.05.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed May 12, 2024
1 parent 548d34a commit e2e8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configs/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class FontConfig:
VERSION: Final[str] = '2024.03.22'
VERSION: Final[str] = '2024.05.12'
VERSION_TIME: Final[datetime.datetime] = datetime.datetime.fromisoformat(f'{VERSION.replace('.', '-')}T00:00:00Z')
FAMILY_NAME_FORMAT: Final[str] = 'Retro Pixel {font_name}'
ZIP_OUTPUTS_NAME: Final[str] = 'retro-pixel-font'
Expand Down

0 comments on commit e2e8434

Please sign in to comment.