Revert removing redundant font parameter

This commit is contained in:
Joseph Madamba
2022-12-25 20:44:13 -08:00
parent a10628e270
commit 144144c40c

View File

@ -21,7 +21,7 @@ namespace osu.Game.Graphics
public static FontUsage Numeric => GetFont(Typeface.Venera, weight: FontWeight.Bold);
public static FontUsage Torus => GetFont(weight: FontWeight.Regular);
public static FontUsage Torus => GetFont(Typeface.Torus, weight: FontWeight.Regular);
public static FontUsage TorusAlternate => GetFont(Typeface.TorusAlternate, weight: FontWeight.Regular);