v8.5.0 : police par defaut
This commit is contained in:
parent
02d25afc56
commit
4d73dc935a
@ -345,7 +345,7 @@ class common {
|
|||||||
],
|
],
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'backgroundColor' => 'rgba(74, 105, 189, 1)',
|
'backgroundColor' => 'rgba(74, 105, 189, 1)',
|
||||||
'font' => 'Oswald',
|
'font' => 'Open+Sans',
|
||||||
'fontSize' => '1em',
|
'fontSize' => '1em',
|
||||||
'fontWeight' => 'normal',
|
'fontWeight' => 'normal',
|
||||||
'height' => '15px 10px',
|
'height' => '15px 10px',
|
||||||
@ -927,7 +927,7 @@ class common {
|
|||||||
}
|
}
|
||||||
// Version 8.5.0
|
// Version 8.5.0
|
||||||
if($this->getData(['core', 'dataVersion']) < 850) {
|
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->setData(['core', 'dataVersion', 850]);
|
||||||
$this->SaveData();
|
$this->SaveData();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user