Skip to content

Commit

Permalink
change font size relative
Browse files Browse the repository at this point in the history
  • Loading branch information
whistyun committed Apr 24, 2021
1 parent 5d52dfc commit c18e5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MdXaml/Markdown.Style.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<Setter Property="FontFamily" Value="Calibri" />
<Setter Property="TextAlignment" Value="Left" />
<Setter Property="PagePadding" Value="0"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="FontSize" Value="{mde:FontSizeScale 1.1667, TargetType={x:Type mdx:MarkdownScrollViewer} }"/>

<Style.Resources>
<Style TargetType="Section">
Expand Down
2 changes: 1 addition & 1 deletion MdXaml/MarkdownMigFree.Style.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
<Setter Property="FontFamily" Value="Calibri" />
<Setter Property="TextAlignment" Value="Left" />
<Setter Property="PagePadding" Value="0"/>
<Setter Property="FontSize" Value="14"/>
<Setter Property="FontSize" Value="{mde:FontSizeScale 1.1667, TargetType={x:Type mdx:MarkdownScrollViewer} }"/>

<Style.Resources>
<Style TargetType="Section">
Expand Down

0 comments on commit c18e5f9

Please sign in to comment.