mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-30 23:16:09 +00:00 
			
		
		
		
	Fonts
This commit is contained in:
		
							parent
							
								
									2816d66a2a
								
							
						
					
					
						commit
						56d1144583
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -172,7 +172,7 @@ | ||||||
|             </Style> |             </Style> | ||||||
| 
 | 
 | ||||||
|             <Style TargetType="Label"  x:Key="paragraph"> |             <Style TargetType="Label"  x:Key="paragraph"> | ||||||
|                 <Setter Property="FontSize" Value="14" /> |                 <Setter Property="FontSize" Value="16" /> | ||||||
|                 <Setter Property="TextColor" Value="{StaticResource titlered}" /> |                 <Setter Property="TextColor" Value="{StaticResource titlered}" /> | ||||||
|                 <Setter Property="FontFamily" Value="serif" /> |                 <Setter Property="FontFamily" Value="serif" /> | ||||||
|             </Style> |             </Style> | ||||||
|  |  | ||||||
|  | @ -24,13 +24,13 @@ namespace AideDeJeu.Tools | ||||||
|             this.Paragraph.BackgroundColor = DefaultBackgroundColor; |             this.Paragraph.BackgroundColor = DefaultBackgroundColor; | ||||||
|             this.BackgroundColor = DefaultBackgroundColor; |             this.BackgroundColor = DefaultBackgroundColor; | ||||||
|             //this.Paragraph.ForegroundColor = DefaultTextColor; |             //this.Paragraph.ForegroundColor = DefaultTextColor; | ||||||
|             this.Heading1.ForegroundColor = DefaultTextColor; |             this.Heading1.ForegroundColor = fdHeading1.TextColor; | ||||||
|             this.Heading1.BorderColor = DefaultSeparatorColor; |             this.Heading1.BorderColor = DefaultSeparatorColor; | ||||||
|             this.Heading1.FontFamily = fdHeading1.FontFamily; |             this.Heading1.FontFamily = fdHeading1.FontFamily; | ||||||
|             this.Heading2.ForegroundColor = DefaultTextColor; |             this.Heading2.ForegroundColor = fdHeading2.TextColor; | ||||||
|             this.Heading2.BorderColor = DefaultSeparatorColor; |             this.Heading2.BorderColor = DefaultSeparatorColor; | ||||||
|             this.Heading2.FontFamily = fdHeading2.FontFamily; |             this.Heading2.FontFamily = fdHeading2.FontFamily; | ||||||
|             this.Heading3.ForegroundColor = DefaultTextColor; |             this.Heading3.ForegroundColor = fdHeading3.TextColor; | ||||||
|             this.Heading3.FontFamily = fdHeading3.FontFamily; |             this.Heading3.FontFamily = fdHeading3.FontFamily; | ||||||
|             this.Heading4.ForegroundColor = DefaultTextColor; |             this.Heading4.ForegroundColor = DefaultTextColor; | ||||||
|             this.Heading5.ForegroundColor = DefaultTextColor; |             this.Heading5.ForegroundColor = DefaultTextColor; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez