How do I make projects font larger.

there’s “application scale” in project settings, for your game. this can be changed at runtime.
be aware ue does scaling based on dpi too, and with a curve. i wouldn’t modify that unless you truly know what you’re doing.

there’s also “application scale” in engine settings, for your editor, that’s the one you might want.
will scale font AND buttons.