1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 21:10:46 +08:00

Adjust font sizes

This commit is contained in:
Bartłomiej Dach
2020-02-10 20:40:39 +01:00
Unverified
parent 811553cd60
commit 35d5237ddd
+2 -2
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,