Skip to content
Open
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
9 changes: 6 additions & 3 deletions WinUIGallery/Samples/ControlPages/Design/TypographyPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<RichTextBlock>
<!-- This top margin prevents the Hyperlink focus rectangle from being clipped. -->
<RichTextBlock Margin="0,4,0,0">
<Paragraph>
Typography helps provide structure and hierarchy to UI. The default font for Windows is <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">Segoe UI Variable</Hyperlink>.
Best practice is to use Regular weight for most text, use Semibold for titles. The minimum values should be 12px Regular, 14px Semibold.</Paragraph>
Typography helps provide structure and hierarchy to UI. The default font for Windows is
<Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/downloads/#fonts">Segoe UI Variable</Hyperlink> .
Best practice is to use Regular weight for most text, use Semibold for titles. The minimum values should be 12px Regular, 14px Semibold.
</Paragraph>
</RichTextBlock>
<controls:ControlExample
x:Name="Example1"
Expand Down