From ae269704ce494b46d2529a76ec57781fd59f5f48 Mon Sep 17 00:00:00 2001 From: Misko Date: Sun, 13 Oct 2024 12:25:46 -0700 Subject: [PATCH] change font and size in 1d --- hudes/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudes/view.py b/hudes/view.py index c441bdb..dd12f08 100644 --- a/hudes/view.py +++ b/hudes/view.py @@ -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