1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 03:33:21 +08:00

Update font sizes to match web

This commit is contained in:
Dean Herbert 2019-05-30 16:49:18 +09:00
parent 9a13c52ffd
commit e5999dd9b1

View File

@ -96,15 +96,15 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
new OsuSpriteText new OsuSpriteText
{ {
Text = header, Text = header,
Font = OsuFont.GetFont(size: 15, weight: FontWeight.Bold) Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold)
}, },
valueText = new OsuSpriteText valueText = new OsuSpriteText
{ {
Text = "0", Text = "0",
Font = OsuFont.GetFont(size: 50, weight: FontWeight.Light), Font = OsuFont.GetFont(size: 40, weight: FontWeight.Light),
UseFullGlyphHeight = false, UseFullGlyphHeight = false,
}, },
descriptionText = new OsuTextFlowContainer(t => t.Font = t.Font.With(size: 17)) descriptionText = new OsuTextFlowContainer(t => t.Font = t.Font.With(size: 14))
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,