Line | |
---|
1 | /* Déclaration des fonts (polices) */ |
---|
2 | @font-face { |
---|
3 | font-family: 'Slider-com'; |
---|
4 | src: url('./fonts/Slider-com.ttf'); |
---|
5 | } |
---|
6 | @font-face { |
---|
7 | font-family: 'Title-cat'; |
---|
8 | src: url('./fonts/Title-Cat.ttf'); |
---|
9 | } |
---|
10 | @font-face { |
---|
11 | font-family: 'thumb-t'; |
---|
12 | src: url('./fonts/thumb-t.ttf'); |
---|
13 | } |
---|
14 | @font-face { |
---|
15 | font-family: 'Compteur'; |
---|
16 | src: url('./fonts/Compteur.ttf'); |
---|
17 | } |
---|
18 | @font-face { |
---|
19 | font-family: 'Newser'; |
---|
20 | src: url('./fonts/Newser.ttf'); |
---|
21 | } |
---|
22 | @font-face { |
---|
23 | font-family: 'Mon-menu'; |
---|
24 | src: url('./fonts/menubar.ttf'); |
---|
25 | } |
---|
26 | |
---|
27 | .content div.thumbnailCategory div.description h3 { |
---|
28 | font-family: Title-cat !important; |
---|
29 | font-size: 2.2em; |
---|
30 | font-weight: normal; |
---|
31 | } |
---|
32 | .content div.thumbnailCategory div.description div.text p { |
---|
33 | font-family: thumb-t !important; |
---|
34 | font-size: 2em; |
---|
35 | } |
---|
36 | .content div.thumbnailCategory div.description div.text p.Nb_images { |
---|
37 | font-family:Compteur !important; |
---|
38 | margin:0 10px; |
---|
39 | font-size:1em; |
---|
40 | } |
---|
41 | #stuffs_block_1, #stuffs_block_9 { |
---|
42 | font-family:Newser !important; |
---|
43 | font-size:2.5em; |
---|
44 | } |
---|
45 | #menubar dt { |
---|
46 | font-family:Mon-menu !important; |
---|
47 | font-size:18px; |
---|
48 | font-style:italic; |
---|
49 | font-weight:lighter; |
---|
50 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.