mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:42:54 +08:00
Match osu-web font size
This commit is contained in:
parent
35d5237ddd
commit
e072042d4e
@ -134,7 +134,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
title = new OsuSpriteText
|
title = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Font = OsuFont.GetFont(size: 37.5f, weight: FontWeight.SemiBold, italics: true)
|
Font = OsuFont.GetFont(size: 30, weight: FontWeight.SemiBold, italics: true)
|
||||||
},
|
},
|
||||||
externalLink = new ExternalLinkButton
|
externalLink = new ExternalLinkButton
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user