Adjust font size to match web design

This commit is contained in:
Bartłomiej Dach 2020-07-07 23:04:39 +02:00
parent bdec13d4a4
commit c88a802b05

View File

@ -184,7 +184,7 @@ namespace osu.Game.Overlays.News
new OsuSpriteText
{
Text = date.ToString("d MMM yyyy").ToUpper(),
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
Font = OsuFont.GetFont(size: 10, weight: FontWeight.SemiBold),
Margin = new MarginPadding
{
Horizontal = 20,