From 4d73dc935a33db45c2d6f85d3c8082e54ead6de9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 9 Dec 2018 01:05:35 +0100 Subject: [PATCH] v8.5.0 : police par defaut --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index b6f212cb..efe7d97e 100644 --- a/core/core.php +++ b/core/core.php @@ -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(); }