diff --git a/assets/css/template.css b/assets/css/template.css index 053527b..333c2e9 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; } 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 - + - +