mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
fix heading font weight to light
This commit is contained in:
@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Wiki
|
||||
f.TextAnchor = Anchor.TopCentre;
|
||||
});
|
||||
|
||||
protected override FontWeight GetFontWeightByLevel(int level) => FontWeight.Regular;
|
||||
protected override FontWeight GetFontWeightByLevel(int level) => FontWeight.Light;
|
||||
|
||||
protected override float GetFontSizeByLevel(int level) => base.GetFontSizeByLevel(IsFullWidth ? level : 3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user