mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Match header titles with web (pt size)
This commit is contained in:
@ -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),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user