/* Déclaration des fonts (polices) */ @font-face { font-family: 'Slider-com'; src: url('./fonts/Slider-com.ttf'); } @font-face { font-family: 'Title-cat'; src: url('./fonts/Title-Cat.ttf'); } @font-face { font-family: 'thumb-t'; src: url('./fonts/thumb-t.ttf'); } @font-face { font-family: 'Compteur'; src: url('./fonts/Compteur.ttf'); } @font-face { font-family: 'Newser'; src: url('./fonts/Newser.ttf'); } @font-face { font-family: 'Mon-menu'; src: url('./fonts/menubar.ttf'); } .content div.thumbnailCategory div.description h3 { font-family: Title-cat !important; font-size: 2.2em; font-weight: normal; } .content div.thumbnailCategory div.description div.text p { font-family: thumb-t !important; font-size: 2em; } .content div.thumbnailCategory div.description div.text p.Nb_images { font-family:Compteur !important; margin:0 10px; font-size:1em; } #stuffs_block_1, #stuffs_block_9 { font-family:Newser !important; font-size:2.5em; } #menubar dt { font-family:Mon-menu !important; font-size:18px; font-style:italic; font-weight:lighter; }