mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 01:03:21 +08:00
Standardise font specs
This commit is contained in:
parent
c175e03600
commit
9ec79755fb
@ -129,7 +129,6 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
ValuePrefix = mainValuePrefix,
|
ValuePrefix = mainValuePrefix,
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Font = OsuFont.GetFont().With(fixedWidth: true),
|
|
||||||
},
|
},
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
@ -142,7 +141,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.CentreRight,
|
Anchor = Anchor.CentreRight,
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Font = OsuFont.GetFont(size: 12, fixedWidth: true, weight: FontWeight.SemiBold),
|
Font = OsuFont.Default.With(size: 12, fixedWidth: true, weight: FontWeight.SemiBold),
|
||||||
AlwaysPresent = true,
|
AlwaysPresent = true,
|
||||||
},
|
},
|
||||||
titleText = new OsuSpriteText
|
titleText = new OsuSpriteText
|
||||||
|
Loading…
Reference in New Issue
Block a user