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.
11 lines
648 B
11 lines
648 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="textTogglesHeaderFontFamily">Calibri</FontFamily>
|
|
<FontFamily x:Key="textHamburgerCategoryButtonIcon">Segoe MDL2 Assets</FontFamily>
|
|
<FontFamily x:Key="textHamburgerCategoryFlashButtonIcon">Segoe MDL2 Assets</FontFamily>
|
|
<FontFamily x:Key="windowFontFamily">Segoe UI</FontFamily>
|
|
|
|
</ResourceDictionary>
|