How do I change the default Roboto font across all Text in User Widget?

Hello
How do I change the default font for Unreal Engine games from Roboto to anything else?
I don’t want to have to change the font for each text box when I add a new one or use Set Font everytime. :frowning:

I had a look at this but still no solution.
How do I replace Roboto font of every string/text in project with my own font? - Development / Rendering - Epic Developer Community Forums (unrealengine.com)

The Common UI plugin has options in Project Settings to specify a default style for Text, Borders and Buttons.

and then you can use the Common Text Block instead of Text Block and it’ll default to the style you specified in Project Settings.

This would work for not having to specify a font every time you add text, But I don’t know if you can replace font on existing Text Blocks.

Example Text Style :

2 Likes

Awesome! This is just what I needed, thanks mate !!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.