Match header titles with web (pt size)

This commit is contained in:
Dean Herbert
2019-05-16 18:53:20 +09:00
parent 19a179db92
commit 409d89eecf
5 changed files with 18 additions and 18 deletions

View File

@ -66,11 +66,11 @@ namespace osu.Game.Graphics.UserInterface
{
titleText = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 25),
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Light),
},
pageText = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 25),
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Light),
}
}
}