Fix venera font usage

This commit is contained in:
Dean Herbert 2020-03-03 22:28:47 +09:00
parent 08756186e9
commit db56fb5759
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public static class OsuFont
/// </summary>
public static FontUsage Default => GetFont();
public static FontUsage Numeric => GetFont(Typeface.Venera, weight: FontWeight.Regular);
public static FontUsage Numeric => GetFont(Typeface.Venera);
public static FontUsage Torus => GetFont(Typeface.Torus, weight: FontWeight.Regular);