Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
</Paragraph>
<Paragraph>
On Windows 11: There's nothing you need to do, the font comes with Windows.<LineBreak />
On Windows 10: Segoe Fluent Icons is not included by default on Windows 10. You can download it <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">here</Hyperlink>
.</Paragraph>
On Windows 10: Segoe Fluent Icons is not included by default on Windows 10. You can download it <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">here</Hyperlink>.</Paragraph>
</RichTextBlock>
</toolkit:SettingsCard>
<toolkit:SettingsCard
Expand Down Expand Up @@ -190,7 +189,7 @@
BorderThickness="1,0,0,0"
DataContext="{x:Bind}"
Visibility="Collapsed">
<StackPanel>
<StackPanel Spacing="2">
<FontIcon
Margin="0,0,0,24"
HorizontalAlignment="Left"
Expand Down Expand Up @@ -219,7 +218,6 @@
Text="XAML" />
<controls:SampleCodePresenter x:Name="XAMLCodePresenter" Style="{StaticResource CodeValuePresenterStyle}" />
<TextBlock
Margin="0,0,0,4"
FontSize="12"
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
Text="C#" />
Expand Down