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; }