mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 18:32:56 +08:00
Update font sizes to match web
This commit is contained in:
parent
9a13c52ffd
commit
e5999dd9b1
@ -96,15 +96,15 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = header,
|
||||
Font = OsuFont.GetFont(size: 15, weight: FontWeight.Bold)
|
||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold)
|
||||
},
|
||||
valueText = new OsuSpriteText
|
||||
{
|
||||
Text = "0",
|
||||
Font = OsuFont.GetFont(size: 50, weight: FontWeight.Light),
|
||||
Font = OsuFont.GetFont(size: 40, weight: FontWeight.Light),
|
||||
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,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
Loading…
Reference in New Issue
Block a user