Match osu-web font size

This commit is contained in:
TheWildTree
2020-02-10 21:11:49 +01:00
parent 35d5237ddd
commit e072042d4e

View File

@ -134,7 +134,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
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
{