1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Fix venera font usage

This commit is contained in:
Dean Herbert 2020-03-03 22:28:47 +09:00
parent 08756186e9
commit db56fb5759

View File

@ -17,7 +17,7 @@ namespace osu.Game.Graphics
/// </summary> /// </summary>
public static FontUsage Default => GetFont(); 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); public static FontUsage Torus => GetFont(Typeface.Torus, weight: FontWeight.Regular);