From a993b494cfef31eda005fbc7722de3e25ce7409b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Fri, 13 Feb 2026 02:44:22 +0100 Subject: [PATCH] For Zadjii --- .../ExtViews/Controls/PlainTextContentViewer.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/Controls/PlainTextContentViewer.xaml.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/Controls/PlainTextContentViewer.xaml.cs index 91566ba3ff..949e29f97a 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/Controls/PlainTextContentViewer.xaml.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/ExtViews/Controls/PlainTextContentViewer.xaml.cs @@ -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 {