Text not being sized correctly at 1080p

Hello Developers!

While designing a menu for my game, I ran into an issue. The text is not being sized correctly at 1920x1080p (not just in studio). The Chapter Selection at the top of the screen is supposed to be bigger than the selected chapter, but as you can see (example below), it isn’t. Unless you’re on a 1280x720p display or less.

1080p (wrong)

720p (right)

I sized both of the TextLabels in the exact same way, using only the Scale and an AnchorPoint (0.5,0.5). TextScaled is also on.

Title
image

Selected Chapter
image

Please let me know how to fix this! Have a nice day! :wave:

Turns out it was just because of the font. I’m kind of dissapointed because I really liked the font I had, but I guess I’ll have to change it.