/*Pour l'importation de ma police sur mon site web*/
@font-face {
    font-family: "newbook";
    src: url(../ruge.ttf) format('truetype');
}