added m3x6 font

This commit is contained in:
ChuckBuilds
2025-04-22 19:37:31 -05:00
parent bece39aece
commit e3eff57bf9

View File

@@ -17,7 +17,7 @@ class FontTestManager:
self.config = config
self.fonts = {
"4x6": "assets/fonts/4x6-font.ttf",
"MatrixChunky6": "assets/fonts/MatrixChunky6.ttf"
"M3x6": "assets/fonts/M3x6.ttf"
}
self.font_sizes = [4]
self.logger = logging.getLogger('FontTest')