mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Made medium the default font weight
This commit is contained in:
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
AutoSizeAxes = Axes.X;
|
||||
|
||||
DrawableText.Font = OsuFont.GetFont(weight: FontWeight.Medium, italics: true);
|
||||
DrawableText.Font = OsuFont.GetFont(italics: true);
|
||||
|
||||
Add(new OpaqueBackground { Depth = 1 });
|
||||
|
||||
|
Reference in New Issue
Block a user