1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:47:29 +08:00

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
{