From 631f396ce143d28861bec4cecf81c51b8b0dfb2d Mon Sep 17 00:00:00 2001 From: Guillaume Joffre Date: Fri, 8 Apr 2022 14:55:04 +0200 Subject: [PATCH] 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; }