mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Merge pull request #8307 from smoogipoo/add-back-black-font
Add black font weighting
This commit is contained in:
@ -136,5 +136,10 @@ namespace osu.Game.Graphics
|
|||||||
/// Equivalent to weight 700.
|
/// Equivalent to weight 700.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Bold = 700,
|
Bold = 700,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Equivalent to weight 900.
|
||||||
|
/// </summary>
|
||||||
|
Black = 900
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user