forked from vergnet/site-accueil-insa
Police : css
Definition et utilisation de la police
This commit is contained in:
parent
786921a25e
commit
631f396ce1
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue