mirror of https://github.com/ppy/osu
Fix venera font usage
This commit is contained in:
parent
08756186e9
commit
db56fb5759
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue