mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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:
@ -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,
|
||||
|
Reference in New Issue
Block a user