|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Brut_Grotesque-Text';
|
|
|
|
|
src: url(typefaces/Brut_Grotesque-Text.woff);
|
|
|
|
|
src: url(Brut_Grotesque-Text.woff);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
@ -11,9 +11,9 @@
|
|
|
|
|
/*----------------- CURSOR --------------------*/
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
cursor: url(symboles/CURSEUR.png), pointer; min-height: 100%;
|
|
|
|
|
cursor: url(CURSEUR.png), pointer; min-height: 100%;
|
|
|
|
|
font-family: 'Brut_Grotesque-Text';
|
|
|
|
|
/*background-image: url(background/rainbow.gif);*/
|
|
|
|
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: cover;
|
|
|
|
|