change markdown container font

This commit is contained in:
Gagah Pangeran Rosfatiputra
2021-08-03 22:14:44 +07:00
parent cb72667aa8
commit ed94266a5d
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Graphics.Containers.Markdown
public override SpriteText CreateSpriteText() => new OsuSpriteText
{
Font = OsuFont.GetFont(size: 14),
Font = OsuFont.GetFont(Typeface.Inter, size: 14, weight: FontWeight.Regular),
};
public override MarkdownTextFlowContainer CreateTextFlow() => new OsuMarkdownTextFlowContainer();