mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 06:10:18 +02: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
|
* Set the font-stretch property of the text
|
||||||
*/
|
*/
|
||||||
private $fontStretch = 'ultra-condensed';
|
private $fontStretch = 'semi-condensed';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct a new text drawable
|
* Construct a new text drawable
|
||||||
@ -189,7 +189,7 @@ class Text extends Styleable implements Drawable
|
|||||||
'style',
|
'style',
|
||||||
$this->getStyle()
|
$this->getStyle()
|
||||||
. ';font-size:' . $this->fontSize
|
. ';font-size:' . $this->fontSize
|
||||||
. '; font-family: Verdana, serif'
|
. '; font-family: Ubuntu, Calibri, Trebuchet MS, Helvetica, Verdana, sans-serif'
|
||||||
. ';font-weight: ' . $this->fontWeight
|
. ';font-weight: ' . $this->fontWeight
|
||||||
. ';font-stretch: ' . $this->fontStretch
|
. ';font-stretch: ' . $this->fontStretch
|
||||||
. '; font-style: normal;'
|
. '; font-style: normal;'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user