change font sizing

This commit is contained in:
ChuckBuilds
2025-04-22 19:34:01 -05:00
parent 1b56662446
commit 3f656d60de

View File

@@ -19,7 +19,7 @@ class FontTestManager:
"4x6": "assets/fonts/4x6-font.ttf", "4x6": "assets/fonts/4x6-font.ttf",
"MatrixChunky6": "assets/fonts/MatrixChunky6.ttf" "MatrixChunky6": "assets/fonts/MatrixChunky6.ttf"
} }
self.font_sizes = [6, 8, 10, 12, 14, 16, 18, 20] self.font_sizes = [6]
self.logger = logging.getLogger('FontTest') self.logger = logging.getLogger('FontTest')
# Verify fonts exist # Verify fonts exist