1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Adjust font sizes

This commit is contained in:
Bartłomiej Dach 2020-02-10 20:40:39 +01:00
parent 811553cd60
commit 35d5237ddd

View File

@ -134,7 +134,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
title = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 37, weight: FontWeight.SemiBold, italics: true)
Font = OsuFont.GetFont(size: 37.5f, weight: FontWeight.SemiBold, italics: true)
},
externalLink = new ExternalLinkButton
{
@ -144,7 +144,7 @@ namespace osu.Game.Overlays.BeatmapSet
},
}
},
artist = new OsuSpriteText { Font = OsuFont.GetFont(size: 25, weight: FontWeight.Medium, italics: true) },
artist = new OsuSpriteText { Font = OsuFont.GetFont(size: 20, weight: FontWeight.Medium, italics: true) },
new Container
{
RelativeSizeAxes = Axes.X,