Skip to content

Commit d4b3a95

Browse files
authored
Merge pull request #751 from punker76/patch-1
Add ToggleSwitch FontFamily for Win10 style
2 parents 1ad5bf1 + 0f5bf86 commit d4b3a95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MaterialDesignThemes.MahApps/Themes/MaterialDesignTheme.MahApps.Fonts.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
<FontFamily x:Key="ToggleSwitchFontFamily">pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto</FontFamily>
88
<FontFamily x:Key="ToggleSwitchHeaderFontFamily">pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto</FontFamily>
99

10-
</ResourceDictionary>
10+
<FontFamily x:Key="ToggleSwitchFontFamily.Win10">pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto</FontFamily>
11+
<FontFamily x:Key="ToggleSwitchHeaderFontFamily.Win10">pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto</FontFamily>
12+
13+
</ResourceDictionary>

0 commit comments

Comments
 (0)