mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Undo ordering change to OsuFont
This commit is contained in:
parent
584113997a
commit
40eb6f4986
@ -70,7 +70,7 @@ namespace osu.Game.Graphics
|
|||||||
string weightString = weight.ToString();
|
string weightString = weight.ToString();
|
||||||
|
|
||||||
// Only exo has an explicit "regular" weight, other fonts do not
|
// Only exo has an explicit "regular" weight, other fonts do not
|
||||||
if (weight == FontWeight.Regular && family != GetFamilyString(Typeface.Exo))
|
if (family != GetFamilyString(Typeface.Exo) && weight == FontWeight.Regular)
|
||||||
weightString = string.Empty;
|
weightString = string.Empty;
|
||||||
|
|
||||||
return weightString;
|
return weightString;
|
||||||
|
Loading…
Reference in New Issue
Block a user