From d3ae556b442f2df1fadd0467d74462a432dbbe3f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 24 Feb 2019 19:11:01 +0100 Subject: [PATCH] Import dans le CSS --- core/layout/blank.php | 1 - core/layout/common.css | 6 ++++++ core/layout/light.php | 1 - core/layout/main.php | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core/layout/blank.php b/core/layout/blank.php index 57c21a96..5cda91ce 100755 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -14,7 +14,6 @@ - showStyle(); ?> showContent(); ?> diff --git a/core/layout/common.css b/core/layout/common.css index 10669c8e..744f716f 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -10,9 +10,15 @@ * @link http://zwiicms.com/ */ +/** +* Police des icônes +*/ + @import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css); + /** * Éléments génériques */ + html, body { diff --git a/core/layout/light.php b/core/layout/light.php index 42bbcdfb..ad4776f8 100755 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -14,7 +14,6 @@ - showStyle(); ?> diff --git a/core/layout/main.php b/core/layout/main.php index 2d8179b9..d6f379b9 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -13,7 +13,6 @@ - showStyle(); ?>