mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Adjust font weights in line with web
This commit is contained in:
@ -102,17 +102,17 @@ namespace osu.Game.Overlays.Dashboard.Home
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Truncate = true,
|
Truncate = true,
|
||||||
Font = OsuFont.GetFont(weight: FontWeight.SemiBold),
|
Font = OsuFont.GetFont(weight: FontWeight.Regular),
|
||||||
Text = SetInfo.Metadata.Title
|
Text = SetInfo.Metadata.Title
|
||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Truncate = true,
|
Truncate = true,
|
||||||
Font = OsuFont.GetFont(size: 12, weight: FontWeight.SemiBold),
|
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Regular),
|
||||||
Text = SetInfo.Metadata.Artist
|
Text = SetInfo.Metadata.Artist
|
||||||
},
|
},
|
||||||
new LinkFlowContainer(f => f.Font = OsuFont.GetFont(size: 10, weight: FontWeight.SemiBold))
|
new LinkFlowContainer(f => f.Font = OsuFont.GetFont(size: 10, weight: FontWeight.Regular))
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Dashboard.Home
|
|||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Font = OsuFont.GetFont(size: 10),
|
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Regular),
|
||||||
Text = SetInfo.OnlineInfo.FavouriteCount.ToString()
|
Text = SetInfo.OnlineInfo.FavouriteCount.ToString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user