From 1bb142d42aed405cf2743b56ada1611eab37faa8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 31 Jan 2017 19:58:45 +0900 Subject: [PATCH] Bold font for OsuButtons. --- osu.Game/Graphics/UserInterface/OsuButton.cs | 1 + 1 file changed, 1 insertion(+) 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 @@ namespace osu.Game.Graphics.UserInterface Depth = -1, Origin = Anchor.Centre, Anchor = Anchor.Centre, + Font = @"Exo2.0-Bold", }; [BackgroundDependencyLoader]