mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
adjust wiki main page font
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Wiki
|
||||
Child = new OsuSpriteText
|
||||
{
|
||||
Text = blurbNode.InnerText,
|
||||
Font = OsuFont.GetFont(size: 12),
|
||||
Font = OsuFont.GetFont(Typeface.Inter, size: 12, weight: FontWeight.Light),
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
}
|
||||
|
Reference in New Issue
Block a user