Files
ShrlAlgoToolkit/WPFluent/Resources/Fonts.xaml

14 lines
738 B
Plaintext
Raw Normal View History

2025-04-24 20:56:44 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<FontFamily x:Key="ContentControlThemeFontFamily">Segoe Ui</FontFamily>
<FontFamily x:Key="SegoeFluentIcons">Segoe Fluent Icons</FontFamily>
<!-- https://github.com/microsoft/fluentui-system-icons -->
<FontFamily x:Key="FluentSystemIcons">pack://application:,,,/WPFluent;component/Resources/Fonts/#FluentSystemIcons-Regular</FontFamily>
<!-- https://github.com/microsoft/fluentui-system-icons -->
<FontFamily x:Key="FluentSystemIconsFilled">pack://application:,,,/WPFluent;component/Resources/Fonts/#FluentSystemIcons-Filled</FontFamily>
</ResourceDictionary>