From 631f396ce143d28861bec4cecf81c51b8b0dfb2d Mon Sep 17 00:00:00 2001 From: Guillaume Joffre Date: Fri, 8 Apr 2022 14:55:04 +0200 Subject: [PATCH 1/2] Police : css Definition et utilisation de la police --- assets/css/template.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/template.css b/assets/css/template.css index 5a86eba..fdb3dce 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -1,5 +1,12 @@ +/* Custom mario font definition : */ +@font-face{ + font-family: "Mario Extended"; + src: url("../fonts/MarioFontExtended.otf") format("opentype"); +} + + body { - font-family: 'New Super Mario Font U', sans-serif; + font-family: 'Mario Extended', sans-serif; background-color: #33A8FF; } From edf5061a5bb578e6eb4a613bf01b04b43d615393 Mon Sep 17 00:00:00 2001 From: Guillaume Joffre Date: Fri, 8 Apr 2022 15:00:17 +0200 Subject: [PATCH 2/2] Police : css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit J'ai mis en commentaire le pour charger la police "New Super Mario Font U" depuis une source exterieure, car elle n'est plus utilisée. --- structure/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structure/template.php b/structure/template.php index fc3d342..73e08b2 100644 --- a/structure/template.php +++ b/structure/template.php @@ -19,9 +19,9 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css - + - +