forked from vergnet/site-accueil-insa
Merge branch 'master' of https://git.etud.insa-toulouse.fr/rebillar/site-accueil-insa
This commit is contained in:
commit
417d24e8eb
2 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,9 +19,9 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css
|
|||
<link rel = "shortcut icon" href = "<?= $relativepath ?>assets/img/ico_promo_60.ico" >
|
||||
|
||||
|
||||
|
||||
<!-- EDIT : la police (modifiée) est host dans assets/fonts/*.otf, et définie dans assets/css/template.css il n'y a plus besoin de la charger depuis cdnfonts -->
|
||||
<!-- ICI C'EST LA POLICE MARIO QU'IL FAUDRA CHANGER SUIVANT LE THEME, il faudra penser à modifier le fichier css car ici on importe seulement la police mais dans le css on l'attribut au texte -->
|
||||
<link href="http://fonts.cdnfonts.com/css/new-super-mario-font-u" rel="stylesheet">
|
||||
<!--link href="http://fonts.cdnfonts.com/css/new-super-mario-font-u" rel="stylesheet"-->
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue