How do you change Text size in HUD? (Workshop)

So I am trying to create a HUD text but the font is way too big. I know there are ways to change the text font but I can’t figure out how. Any help?

You can’t directly choose a text size/font. Though there are 3 slots of text available in a hud: “header”, “subheader” and “text”. They have different size. If you want a smaller text, put your string into “subheader” or “text” and set “header” to null.