mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = date.ToString("d MMM yyyy").ToUpper(),
|
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
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
Horizontal = 20,
|
Horizontal = 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user