mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-07-09 20:09:28 +02:00
For Zadjii
This commit is contained in:
@@ -93,7 +93,7 @@ public sealed partial class PlainTextContentViewer : UserControl
|
||||
|
||||
try
|
||||
{
|
||||
ContentTextBlock.FontFamily = UseMonospace ? new FontFamily("Consolas") : FontFamily.XamlAutoFontFamily;
|
||||
ContentTextBlock.FontFamily = UseMonospace ? new FontFamily("Cascadia Mono, Consolas") : FontFamily.XamlAutoFontFamily;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user