diff --git a/osu.Game/Graphics/UserInterface/OsuButton.cs b/osu.Game/Graphics/UserInterface/OsuButton.cs index a36f43c1c8..5ea2538def 100644 --- a/osu.Game/Graphics/UserInterface/OsuButton.cs +++ b/osu.Game/Graphics/UserInterface/OsuButton.cs @@ -25,6 +25,7 @@ public OsuButton() Depth = -1, Origin = Anchor.Centre, Anchor = Anchor.Centre, + Font = @"Exo2.0-Bold", }; [BackgroundDependencyLoader]