@font-face {
    font-family:"Roboto";
    src:url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight:100;
}
@font-face {
    font-family:"Roboto";
    src:url(../fonts/Roboto-Black.ttf) format("truetype");
    font-weight:900;
}

q, cite {
    display:block;
}

body {
    font-family:Verdana, sans-serif;
    color:#000000;
    background-color:#ffffff;
    background-image:url("../img/img-1.jpeg");
    background-repeat:repeat-x;
}

h1 {
    font-family:"Roboto", cursive;
    font-weight:900;
}

h3 {
    font-family:"Roboto", cursive;
    font-weight:100;
}

/*En CSS, x correpond à l'horizontal, et y à la verticale*/

/* Familles de fontes: serif, sans-serif, cursive, fantasy, monospace */

/*

TTF => True Type Fonts (4) format("truetype")
OTF => Open Type Fonts (3) > pas de format
WOFF => Web Open Font Format (2) format("woff")
SVG => Scalable Vector Graphics Fonts (1) format("svg")

Par défaut, un caractère fait 16px. 1em vaut 100% de cette taille.


*/

