Skip to content

Commit

Permalink
change font and size in 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Oct 13, 2024
1 parent d3d3c81 commit ae26970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hudes/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, use_midi=False):
self.dims_chart_init = False
self.init_step_size_plot = False

self.font = pygame.font.SysFont("Comic Sans MS", 30)
self.font = pygame.font.SysFont(pygame.font.get_default_font(), 46)
for _ax in self.axd:
self.axd[_ax].redraw = True

Expand Down

0 comments on commit ae26970

Please sign in to comment.