mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Make explicit marker font semi-bold
This commit is contained in:
parent
43daa7c7c0
commit
abf718242b
@ -35,7 +35,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
{
|
||||
Margin = new MarginPadding { Horizontal = 10f, Vertical = 2f },
|
||||
Text = "EXPLICIT",
|
||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Bold),
|
||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.SemiBold),
|
||||
Colour = OverlayColourProvider.Orange.Colour2,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user