Police : css

Definition et utilisation de la police
This commit is contained in:
Guillaume Joffre 2022-04-08 14:55:04 +02:00
parent 786921a25e
commit 631f396ce1

View file

@ -1,5 +1,12 @@
/* Custom mario font definition : */
@font-face{
font-family: "Mario Extended";
src: url("../fonts/MarioFontExtended.otf") format("opentype");
}
body { body {
font-family: 'New Super Mario Font U', sans-serif; font-family: 'Mario Extended', sans-serif;
background-color: #33A8FF; background-color: #33A8FF;
} }