theme/static/css/exo2.css

changeset 102
3be37c16285c
equal deleted inserted replaced
101:4a94e81bff74 102:3be37c16285c
1 /* normal */
2 @font-face {
3 font-family: 'Exo 2';
4 font-style: normal;
5 font-weight: 100;
6 src: url(exo2/Exo2-Thin.otf) format('opentype');
7 }
8
9 @font-face {
10 font-family: 'Exo 2';
11 font-style: normal;
12 font-weight: 200;
13 src: url(exo2/Exo2-ExtraLight.otf) format('opentype');
14 }
15
16 @font-face {
17 font-family: 'Exo 2';
18 font-style: normal;
19 font-weight: 300;
20 src: url(exo2/Exo2-Light.otf) format('opentype');
21 }
22
23 @font-face {
24 font-family: 'Exo 2';
25 font-style: normal;
26 font-weight: 400;
27 src: url(exo2/Exo2-Regular.otf) format('opentype');
28 }
29
30 @font-face {
31 font-family: 'Exo 2';
32 font-style: normal;
33 font-weight: 500;
34 src: url(exo2/Exo2-Medium.otf) format('opentype');
35 }
36
37 @font-face {
38 font-family: 'Exo 2';
39 font-style: normal;
40 font-weight: 600;
41 src: url(exo2/Exo2-SemiBold.otf) format('opentype');
42 }
43
44 @font-face {
45 font-family: 'Exo 2';
46 font-style: normal;
47 font-weight: 700;
48 src: url(exo2/Exo2-Bold.otf) format('opentype');
49 }
50
51 @font-face {
52 font-family: 'Exo 2';
53 font-style: normal;
54 font-weight: 800;
55 src: url(exo2/Exo2-ExtraBold.otf) format('opentype');
56 }
57
58 @font-face {
59 font-family: 'Exo 2';
60 font-style: normal;
61 font-weight: 900;
62 src: url(exo2/Exo2-Black.otf) format('opentype');
63 }
64
65 /* italic */
66 @font-face {
67 font-family: 'Exo 2';
68 font-style: italic;
69 font-weight: 100;
70 src: url(exo2/Exo2-ThinItalic.otf) format('opentype');
71 }
72
73 @font-face {
74 font-family: 'Exo 2';
75 font-style: italic;
76 font-weight: 200;
77 src: url(exo2/Exo2-ExtraLightItalic.otf) format('opentype');
78 }
79
80 @font-face {
81 font-family: 'Exo 2';
82 font-style: italic;
83 font-weight: 300;
84 src: url(exo2/Exo2-LightItalic.otf) format('opentype');
85 }
86
87 @font-face {
88 font-family: 'Exo 2';
89 font-style: italic;
90 font-weight: 400;
91 src: url(exo2/Exo2-Italic.otf) format('opentype');
92 }
93
94 @font-face {
95 font-family: 'Exo 2';
96 font-style: italic;
97 font-weight: 500;
98 src: url(exo2/Exo2-MediumItalic.otf) format('opentype');
99 }
100
101 @font-face {
102 font-family: 'Exo 2';
103 font-style: italic;
104 font-weight: 600;
105 src: url(exo2/Exo2-SemiBoldItalic.otf) format('opentype');
106 }
107
108 @font-face {
109 font-family: 'Exo 2';
110 font-style: italic;
111 font-weight: 700;
112 src: url(exo2/Exo2-BoldItalic.otf) format('opentype');
113 }
114
115 @font-face {
116 font-family: 'Exo 2';
117 font-style: italic;
118 font-weight: 800;
119 src: url(exo2/Exo2-ExtraBoldItalic.otf) format('opentype');
120 }
121
122 @font-face {
123 font-family: 'Exo 2';
124 font-style: italic;
125 font-weight: 900;
126 src: url(exo2/Exo2-BlackItalic.otf) format('opentype');
127 }

mercurial