Skip to content

Commit de9892b

Browse files
committed
MahApps.Fonts.Fixed.Mui -> MahApps.Fonts.Family.Fixed.Mui
1 parent d10f460 commit de9892b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MahApps.Metro/Styles/Fonts.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!-- MUI -->
4141

4242
<FontFamily x:Key="MahApps.Fonts.Family.Default.Mui">Segoe UI</FontFamily>
43-
<FontFamily x:Key="MahApps.Fonts.Fixed.Mui">Consolas</FontFamily>
43+
<FontFamily x:Key="MahApps.Fonts.Family.Fixed.Mui">Consolas</FontFamily>
4444

4545
<System:Double x:Key="MahApps.Sizes.Font.Default.Mui">13</System:Double>
4646
<System:Double x:Key="MahApps.Sizes.Font.Fixed.Mui">13.333</System:Double>

src/MahApps.Metro/Styles/MUI/TextBlock.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</Style>
3535

3636
<Style x:Key="MahApps.Styles.TextBlock.Fixed.Mui" TargetType="TextBlock">
37-
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Fixed.Mui}" />
37+
<Setter Property="FontFamily" Value="{DynamicResource MahApps.Fonts.Family.Fixed.Mui}" />
3838
<Setter Property="FontSize" Value="{DynamicResource MahApps.Sizes.Font.Fixed.Mui}"/>
3939
<Setter Property="TextOptions.TextFormattingMode" Value="Display" />
4040
</Style>

0 commit comments

Comments
 (0)