Make explicit marker font semi-bold

This commit is contained in:
Salman Ahmed 2021-01-14 05:40:43 +03:00
parent 43daa7c7c0
commit abf718242b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ private void load(OsuColour colours, OverlayColourProvider colourProvider)
{
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,
}
}