v8.5.0 : police par defaut

This commit is contained in:
fredtempez 2018-12-09 01:05:35 +01:00
parent 02d25afc56
commit 4d73dc935a
1 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ class common {
],
'menu' => [
'backgroundColor' => 'rgba(74, 105, 189, 1)',
'font' => 'Oswald',
'font' => 'Open+Sans',
'fontSize' => '1em',
'fontWeight' => 'normal',
'height' => '15px 10px',
@ -927,7 +927,7 @@ class common {
}
// Version 8.5.0
if($this->getData(['core', 'dataVersion']) < 850) {
$this->setData(['theme','menu','font',10]);
$this->setData(['theme','menu','font','Open+Sans']);
$this->setData(['core', 'dataVersion', 850]);
$this->SaveData();
}