Closed
Description
When running this line of code
pygame.font.SysFont(pygame.font.get_default_font(), font_size)
A warning gets issued to the console
/home/oddbookworm/Projects/pygame-ce/venv/lib/python3.11/site-packages/pygame/sysfont.py:492: UserWarning: The system font 'freesansbold.ttf' couldn't be found. Did you mean: 'freesansbold'? Using the default font instead.
warnings.warn(
I don't think a warning should be emitted here