Fix a few incorrect fonts

This commit is contained in:
smoogipoo
2019-03-02 13:25:59 +09:00
parent c5011de774
commit 83a02d32f7
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ namespace osu.Game.Screens.Menu
textFlow.AddParagraph("Things may not work as expected", t => t.Font = t.Font.With(size: 20));
textFlow.NewParagraph();
Action<SpriteText> format = t => t.Font = OsuFont.GetFont(size: 15, weight: FontWeight.Bold);
Action<SpriteText> format = t => t.Font = OsuFont.GetFont(size: 15, weight: FontWeight.SemiBold);
textFlow.AddParagraph("Detailed bug reports are welcomed via github issues.", format);
textFlow.NewParagraph();