From 82f24b0502272f48520f259100720c1356c16d55 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 8 Nov 2021 18:16:06 +0900 Subject: [PATCH] Revert "Change font to default" This reverts commit cc286f165d9e7a693377acd8f5347d7d13e5bb31. --- osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs b/osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs index fe0905d76f..758f93692e 100644 --- a/osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs +++ b/osu.Game/Overlays/Settings/Sections/Input/KeyBindingRow.cs @@ -473,7 +473,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input }, Text = new OsuSpriteText { - Font = OsuFont.Default, + Font = OsuFont.Numeric.With(size: 10), Margin = new MarginPadding(5), Anchor = Anchor.Centre, Origin = Anchor.Centre,