Skip to content

Commit

Permalink
Removed custom font from fenced code blocks
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Feb 10, 2022
1 parent 4497ebc commit 5f7fe84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Editor/ClassificationTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ internal sealed class MarkdownCodeFormatDefinition : ClassificationFormatDefinit
{
public MarkdownCodeFormatDefinition()
{
FontTypeface = new Typeface("Consolas");
DisplayName = "Markdown Code";
}
}
Expand Down

0 comments on commit 5f7fe84

Please sign in to comment.