Initiale Version
[website] / src / main / webapp / css / base / fonts.css
1 @font-face
2 {
3     font-family: 'BPreplay';
4     src: url('../../fonts/BPreplay-webfont.eot');
5     src: url('../../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
6          url('../../fonts/BPreplay-webfont.woff') format('woff'),
7          url('../../fonts/BPreplay-webfont.ttf') format('truetype'),
8          url('../../fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13 @font-face
14 {
15     font-family: 'BPreplay';
16     src: url('../../fonts/BPreplayItalics-webfont.eot');
17     src: url('../../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
18          url('../../fonts/BPreplayItalics-webfont.woff') format('woff'),
19          url('../../fonts/BPreplayItalics-webfont.ttf') format('truetype'),
20          url('../../fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg');
21     font-weight: normal;
22     font-style: italic;
23 }
24
25 @font-face
26 {
27     font-family: 'BPreplay';
28     src: url('../../fonts/BPreplayBold-webfont.eot');
29     src: url('../../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
30          url('../../fonts/BPreplayBold-webfont.woff') format('woff'),
31          url('../../fonts/BPreplayBold-webfont.ttf') format('truetype'),
32          url('../../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
33     font-weight: bold;
34     font-style: normal;
35 }
36
37 @font-face
38 {
39     font-family: 'BPreplay';
40     src: url('../../fonts/BPreplayBoldItalics-webfont.eot');
41     src: url('../../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'),
42          url('../../fonts/BPreplayBoldItalics-webfont.woff') format('woff'),
43          url('../../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'),
44          url('../../fonts/BPreplayBoldItalics-webfont.svg#BPreplayBoldItalic') format('svg');
45     font-weight: bold;
46     font-style: italic;
47 }
48
49 font-face
50 {
51     font-family: 'LinuxLibertineO';
52     src: url('../../fonts/LinLibertine_R-webfont.eot');
53     src: url('../../fonts/LinLibertine_R-webfont.eot?#iefix') format('embedded-opentype'),
54          url('../../fonts/LinLibertine_R-webfont.woff') format('woff'),
55          url('../../fonts/LinLibertine_R-webfont.ttf') format('truetype'),
56          url('../../fonts/LinLibertine_R-webfont.svg#LinuxLibertineORegular') format('svg');
57     font-weight: normal;
58     font-style: normal;
59 }
60
61 @font-face
62 {
63     font-family: 'LinuxLibertineO';
64     src: url('../../fonts/LinLibertine_RI-webfont.eot');
65     src: url('../../fonts/LinLibertine_RI-webfont.eot?#iefix') format('embedded-opentype'),
66          url('../../fonts/LinLibertine_RI-webfont.woff') format('woff'),
67          url('../../fonts/LinLibertine_RI-webfont.ttf') format('truetype'),
68          url('../../fonts/LinLibertine_RI-webfont.svg#LinuxLibertineOItalic') format('svg');
69     font-weight: normal;
70     font-style: italic;
71 }
72
73 @font-face
74 {
75     font-family: 'LinuxLibertineO';
76     src: url('../../fonts/LinLibertine_RB-webfont.eot');
77     src: url('../../fonts/LinLibertine_RB-webfont.eot?#iefix') format('embedded-opentype'),
78          url('../../fonts/LinLibertine_RB-webfont.woff') format('woff'),
79          url('../../fonts/LinLibertine_RB-webfont.ttf') format('truetype'),
80          url('../../fonts/LinLibertine_RB-webfont.svg#LinuxLibertineOBold') format('svg');
81     font-weight: bold;
82     font-style: normal;
83 }
84
85 @font-face
86 {
87     font-family: 'LinuxLibertineO';
88     src: url('../../fonts/LinLibertine_RBI-webfont.eot');
89     src: url('../../fonts/LinLibertine_RBI-webfont.eot?#iefix') format('embedded-opentype'),
90          url('../../fonts/LinLibertine_RBI-webfont.woff') format('woff'),
91          url('../../fonts/LinLibertine_RBI-webfont.ttf') format('truetype'),
92          url('../../fonts/LinLibertine_RBI-webfont.svg#LinuxLibertineOBoldItalic') format('svg');
93     font-weight: bold;
94     font-style: italic;
95 }
96