public function writeXMLArticles()
{
$f = $this->book->parametres->articlesFile;
+ $this->lessVariables['articles-title-color'] = '#000000';
+ $this->lessVariables['articles-font'] = 'Open Sans';
if ($f !== '' && file_exists($this->wdir . '/' . $f)) {
$f = $this->wdir . '/' . $f;
$mapFonts = ['OpenSans' => 'Open Sans'];
- $this->lessVariables['articles-title-color'] = '#000000';
- $this->lessVariables['articles-font'] = 'Open Sans';
$this->addLess('articles');
if ($this->book->parametres->articlesStyle !== 'default') {
$this->lessVariables['articles-styles'] = $this->book->parametres->articlesStyle;