Files
ShrlAlgoToolkit/WPFluent/Controls/CodeBlock/SyntaxHighlight.xaml
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

9 lines
477 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<FontFamily x:Key="FiraCode">pack://application:,,,/Wpf.Ui;component/Fonts/#Fira Code</FontFamily>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Controls/CodeBlock/CodeBlock.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>