Skip to content

Commit

Permalink
Yabb: switch to Consolas font, fallback to Courier
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fonseca committed Mar 14, 2024
1 parent f02325c commit 21195f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zelda/GUI/ExpressionTab.cs
Expand Up @@ -582,7 +582,7 @@ private void getYabbBBCode(bool keepComments, bool unquoted = false)

StringBuilder sb = new StringBuilder();
sb.Append(unquoted ? "[size=8pt][b]ZELDA code snippet[/b]:[/size][hr]" : $"[quote author=ZELDA]");
sb.Append($"{warn}[font=courier][size=10pt][color=Black]");
sb.Append($"{warn}[font=consolas,courier][size=10pt][color=Black]");
if (usePre) sb.Append("[pre]");

int currToken = 0;
Expand Down

0 comments on commit 21195f7

Please sign in to comment.