Fix venera fonts not being correctly specified

This commit is contained in:
smoogipoo
2019-02-22 19:42:09 +09:00
parent 3015d40f8f
commit d61dfe888e
16 changed files with 20 additions and 18 deletions

View File

@ -87,7 +87,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreRight,
Text = $@"{score.TotalScore:N0}",
Font = OsuFont.GetFont(Typeface.Venera, fixedWidth: true),
Font = OsuFont.Numeric.With(fixedWidth: true),
RelativePositionAxes = Axes.X,
X = 0.75f,
},