mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	Font changes to improve chart readability
This commit is contained in:
		
							parent
							
								
									b1c77ea509
								
							
						
					
					
						commit
						713bd83aee
					
				| @ -116,7 +116,7 @@ class Text extends Styleable implements Drawable | ||||
|     /** | ||||
|      * Set the font-stretch property of the text | ||||
|      */ | ||||
|     private $fontStretch = 'ultra-condensed'; | ||||
|     private $fontStretch = 'semi-condensed'; | ||||
| 
 | ||||
|     /** | ||||
|      * Construct a new text drawable | ||||
| @ -189,7 +189,7 @@ class Text extends Styleable implements Drawable | ||||
|             'style', | ||||
|             $this->getStyle() | ||||
|             . ';font-size:' . $this->fontSize | ||||
|             . '; font-family: Verdana, serif' | ||||
|             . '; font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, Verdana, sans-serif' | ||||
|             . ';font-weight: ' . $this->fontWeight | ||||
|             . ';font-stretch: ' . $this->fontStretch | ||||
|             . '; font-style: normal;' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user