1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 04:12:57 +08:00

Merge pull request #8307 from smoogipoo/add-back-black-font

Add black font weighting
This commit is contained in:
Dean Herbert 2020-03-17 17:18:35 +09:00 committed by GitHub
commit 630757e080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
}