ADD new font

This commit is contained in:
2025-04-27 01:06:26 +02:00
parent 9b76b6e65a
commit 1059271798
5 changed files with 16 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ def main():
"show_names": True
},
"styling": {
"font": pygame.font.Font(None, 36),
"small_font": pygame.font.Font(None, 15),
"font": pygame.font.Font("assets/fonts/Metropolis-Regular.ttf", 36),
"small_font": pygame.font.Font("assets/fonts/Metropolis-Regular.ttf", 15),
"button_colour": (200, 200, 200),
"pressed_button_colour": (150, 150, 150),
"text_colour": (255, 255, 255),