You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
772 B
14 lines
772 B
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:W10SS_GUI.Resource"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
|
|
<FontFamily x:Key="fontTogglesPanelHeader">Calibri</FontFamily>
|
|
<FontFamily x:Key="fontHamburgerCategoryButtonIcon">Segoe MDL2 Assets</FontFamily>
|
|
<FontFamily x:Key="fontHamburgerCategoryFlashButtonIcon">Segoe MDL2 Assets</FontFamily>
|
|
<FontFamily x:Key="fontWindow">Segoe UI</FontFamily>
|
|
|
|
<FontFamily x:Key="fontToggleIcon">Segoe MDL2 Assets</FontFamily>
|
|
<FontFamily x:Key="fontToggleSwitchHeader">Calibri</FontFamily>
|
|
|
|
</ResourceDictionary>
|