Font changes to improve chart readability

This commit is contained in:
Thomas Gelf 2014-03-07 23:31:51 +00:00
parent b1c77ea509
commit 713bd83aee
1 changed files with 2 additions and 2 deletions

View File

@ -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;'