1 /* |
1 /* |
2 * Typos styles |
2 * Typos styles |
3 */ |
3 */ |
4 |
4 |
5 @font-face { |
5 @font-face { |
6 font-family: 'Ubuntu'; |
6 font-family: 'Ubuntu'; |
7 src: url('./fonts/Ubuntu-C.eot'); |
7 src: url('./fonts/Ubuntu-C.eot'); |
8 src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), |
8 src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), |
9 url('./fonts/Ubuntu-C.woff') format('woff'), |
9 url('./fonts/Ubuntu-C.woff') format('woff'), |
10 url('./fonts/Ubuntu-C.ttf') format('truetype'), |
10 url('./fonts/Ubuntu-C.ttf') format('truetype'), |
11 url('./fonts/Ubuntu-C.svg') format('svg'); |
11 url('./fonts/Ubuntu-C.svg') format('svg'); |
12 font-weight: normal; |
12 font-weight: normal; |
13 font-style: normal; |
13 font-style: normal; |
14 } |
14 } |
15 |
15 |
16 @font-face { |
16 @font-face { |
17 font-family: 'Ubuntu-Light'; |
17 font-family: 'Ubuntu-Light'; |
18 src: url('./fonts/Ubuntu-L.eot'); |
18 src: url('./fonts/Ubuntu-L.eot'); |
19 src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), |
19 src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), |
20 url('./fonts/Ubuntu-L.woff') format('woff'), |
20 url('./fonts/Ubuntu-L.woff') format('woff'), |
21 url('./fonts/Ubuntu-L.ttf') format('truetype'), |
21 url('./fonts/Ubuntu-L.ttf') format('truetype'), |
22 url('./fonts/Ubuntu-L.svg') format('svg'); |
22 url('./fonts/Ubuntu-L.svg') format('svg'); |
23 font-weight: normal; |
23 font-weight: normal; |
24 font-style: normal; |
24 font-style: normal; |
25 } |
25 } |
26 |
26 |
27 @font-face { |
27 @font-face { |
28 font-family: 'Ubuntu-Bold'; |
28 font-family: 'Ubuntu-Bold'; |
29 src: url('./fonts/Ubuntu-B.eot'); |
29 src: url('./fonts/Ubuntu-B.eot'); |
30 src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), |
30 src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), |
31 url('./fonts/Ubuntu-B.woff') format('woff'), |
31 url('./fonts/Ubuntu-B.woff') format('woff'), |
32 url('./fonts/Ubuntu-B.ttf') format('truetype'), |
32 url('./fonts/Ubuntu-B.ttf') format('truetype'), |
33 url('./fonts/Ubuntu-B.svg') format('svg'); |
33 url('./fonts/Ubuntu-B.svg') format('svg'); |
34 font-weight: bold; |
34 font-weight: bold; |
35 font-style: normal; |
35 font-style: normal; |
36 } |
36 } |
37 |
37 |
38 html, |
38 html, |
39 body { |
39 body { |
40 font-family: Ubuntu, Arial, Helvetica, sans-serif; |
40 font-family: Ubuntu, Arial, Helvetica, sans-serif; |