mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Adjust font size to match web design
This commit is contained in:
parent
bdec13d4a4
commit
c88a802b05
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user