Limit font weight to bold

This commit is contained in:
Joehu
2020-03-16 16:32:25 -07:00
parent 10eccbcf3b
commit f7ea20a926
9 changed files with 9 additions and 14 deletions

View File

@ -136,10 +136,5 @@ namespace osu.Game.Graphics
/// Equivalent to weight 700.
/// </summary>
Bold = 700,
/// <summary>
/// Equivalent to weight 900.
/// </summary>
Black = 900
}
}