diff --git a/fonts.py b/fonts.py new file mode 100644 index 0000000..6a071f7 --- /dev/null +++ b/fonts.py @@ -0,0 +1,6 @@ +import pygame + +pygame.font.init() + +font_helvetica = pygame.font.SysFont('Helvetica', 30) +font_helvetica16 = pygame.font.SysFont('Helvetica', 15) \ No newline at end of file