Merge branch 'add-back-black-font' into results-middle-content

This commit is contained in:
smoogipoo 2020-03-17 17:18:41 +09:00
commit 3792d3645f

View File

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