1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Change font to default

Non-english letters look tiny with size 10
and don't fit into the look.
This commit is contained in:
Susko3 2021-11-08 06:56:57 +01:00
parent c3069ad002
commit cc286f165d

View File

@ -473,7 +473,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
},
Text = new OsuSpriteText
{
Font = OsuFont.Numeric.With(size: 10),
Font = OsuFont.Default,
Margin = new MarginPadding(5),
Anchor = Anchor.Centre,
Origin = Anchor.Centre,