Browse Source
Remove hardcoded fonts on our theme definition.
pull/2032/head
Jumar Macato
8 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
3 changed files with
1 additions and
2 deletions
-
src/Avalonia.HtmlRenderer/external
-
src/Avalonia.Themes.Default/EmbeddableControlRoot.xaml
-
src/Avalonia.Themes.Default/Window.xaml
|
|
|
@ -0,0 +1 @@ |
|
|
|
Subproject commit 43df78f4d1bb09d05021f062cb15e939e3e1771d |
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
<Style xmlns="https://github.com/avaloniaui" Selector="EmbeddableControlRoot"> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/> |
|
|
|
<Setter Property="FontFamily" Value="Segoe UI"/> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
|
|
|
|
@ -1,6 +1,5 @@ |
|
|
|
<Style xmlns="https://github.com/avaloniaui" Selector="Window"> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/> |
|
|
|
<Setter Property="FontFamily" Value="Segoe UI"/> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}"/> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
|