mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Polices
This commit is contained in:
parent
11588c2fb9
commit
94c30abb62
1 changed files with 7 additions and 7 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<OnPlatform x:Key="LinuxLibertineCapitalsBold" x:TypeArguments="x:String">
|
<OnPlatform x:Key="LinuxLibertineCapitalsBold" x:TypeArguments="x:String">
|
||||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||||
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
||||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel Bold" />
|
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel" />
|
||||||
</OnPlatform>
|
</OnPlatform>
|
||||||
|
|
||||||
<OnPlatform x:Key="LinuxLibertineCapitalsItal" x:TypeArguments="x:String">
|
<OnPlatform x:Key="LinuxLibertineCapitalsItal" x:TypeArguments="x:String">
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
<OnPlatform x:Key="LinuxLibertineCapitalsBoldItal" x:TypeArguments="x:String">
|
<OnPlatform x:Key="LinuxLibertineCapitalsBoldItal" x:TypeArguments="x:String">
|
||||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||||
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
||||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel Bold" />
|
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel" />
|
||||||
</OnPlatform>
|
</OnPlatform>
|
||||||
|
|
||||||
<OnPlatform x:Key="LinuxLibertine" x:TypeArguments="x:String">
|
<OnPlatform x:Key="LinuxLibertine" x:TypeArguments="x:String">
|
||||||
|
|
@ -117,35 +117,35 @@
|
||||||
<Style TargetType="Label" x:Key="heading2">
|
<Style TargetType="Label" x:Key="heading2">
|
||||||
<Setter Property="FontSize" Value="25" />
|
<Setter Property="FontSize" Value="25" />
|
||||||
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
|
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style TargetType="Label" x:Key="heading3">
|
<Style TargetType="Label" x:Key="heading3">
|
||||||
<Setter Property="FontSize" Value="20" />
|
<Setter Property="FontSize" Value="20" />
|
||||||
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
|
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style TargetType="Label" x:Key="heading4">
|
<Style TargetType="Label" x:Key="heading4">
|
||||||
<Setter Property="FontSize" Value="18" />
|
<Setter Property="FontSize" Value="18" />
|
||||||
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
|
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style TargetType="Label" x:Key="heading5">
|
<Style TargetType="Label" x:Key="heading5">
|
||||||
<Setter Property="FontSize" Value="16" />
|
<Setter Property="FontSize" Value="16" />
|
||||||
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
|
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style TargetType="Label" x:Key="heading6">
|
<Style TargetType="Label" x:Key="heading6">
|
||||||
<Setter Property="FontSize" Value="15" />
|
<Setter Property="FontSize" Value="15" />
|
||||||
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
|
||||||
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitalsBold}" />
|
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue