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:
parent
811553cd60
commit
35d5237ddd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user