mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 17:04:35 +08:00
Make countries name non-italic
This commit is contained in:
@@ -65,7 +65,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
{
|
||||
public CountryName(Country country)
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 12, italics: true);
|
||||
Font = OsuFont.GetFont(size: 12);
|
||||
Text = country.FullName ?? string.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user