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 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 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 new Container
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,