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">
|
2025-02-10 20:53:40 +08:00
|
|
|
|
|
|
|
|
<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>
|