Fix obsolete font usages

This commit is contained in:
Dean Herbert
2019-03-04 12:06:41 +09:00
parent 73d266fe10
commit 132ce541f3
12 changed files with 39 additions and 62 deletions

View File

@ -120,8 +120,7 @@ namespace osu.Game.Tournament.Screens.Drawings
Alpha = 0,
Font = "Exo2.0-Light",
TextSize = 42f
Font = OsuFont.GetFont(weight: FontWeight.Light, size: 42),
}
}
},