|
1 |
|
2 |
|
3 @font-face { |
|
4 font-family: 'batch'; |
|
5 src: url('app://font/batch/batch.svg#batch_iconsregular') format('svg'); |
|
6 font-weight: normal; |
|
7 font-style: normal; |
|
8 } |
1 |
9 |
2 @font-face { |
10 @font-face { |
3 font-family: 'exo'; |
11 font-family: 'exo'; |
4 src: url('app://font/exo/exo-regular.eot'); |
12 src: url('app://font/exo/exo-regular.svg#exoregular') format('svg'); |
5 src: url('app://font/exo/exo-regular.eot?#iefix') format('embedded-opentype'), |
|
6 url('app://font/exo/exo-regular.woff') format('woff'), |
|
7 url('app://font/exo/exo-regular.ttf') format('truetype'), |
|
8 url('app://font/exo/exo-regular.svg#batchregular') format('svg'); |
|
9 font-weight: normal; |
13 font-weight: normal; |
10 font-style: normal; |
14 font-style: normal; |
11 } |
15 } |
12 |
16 |
13 @font-face { |
17 @font-face { |
14 font-family: 'exobold'; |
18 font-family: 'exobold'; |
15 src: url('app://font/exo/exo-bold.eot'); |
19 src: url('app://font/exo/exo-bold.svg#exoextrabolditalic') format('svg'); |
16 src: url('app://font/exo/exo-bold.eot?#iefix') format('embedded-opentype'), |
|
17 url('app://font/exo/exo-bold.woff') format('woff'), |
|
18 url('app://font/exo/exo-bold.ttf') format('truetype'), |
|
19 url('app://font/exo/exo-bold.svg#batchregular') format('svg'); |
|
20 font-weight: normal; |
20 font-weight: normal; |
21 font-style: normal; |
21 font-style: normal; |
22 } |
22 } |
23 |
23 |
24 /* http://adamwhitcroft.com/batch/ */ |
24 /* TODO: TideKit 1.4, w/ newer webkit. */ |
|
25 /* |
25 @font-face { |
26 @font-face { |
26 font-family: 'batch'; |
27 font-family: 'exo'; |
27 src: url('app://font/batch/batch.eot'); |
28 src: url('app://font/exo/exo-regular.eot'), |
28 src: url('app://font/batch/batch.eot?#iefix') format('embedded-opentype'), |
29 url('app://font/exo/exo-regular.eot?#iefix') format('embedded-opentype'), |
29 url('app://font/batch/batch.woff') format('woff'), |
30 url('app://font/exo/exo-regular.woff') format('woff'), |
30 url('app://font/batch/batch.ttf') format('truetype'), |
31 url('app://font/exo/exo-regular.ttf') format('truetype'), |
31 url('app://font/batch/batch.svg#batchregular') format('svg'); |
32 url('app://font/exo/exo-regular.svg#exoregular') format('svg'); |
32 font-weight: normal; |
33 font-weight: normal; |
33 font-style: normal; |
34 font-style: normal; |
34 } |
35 } |
|
36 |
|
37 @font-face { |
|
38 font-family: 'exobold'; |
|
39 src: url('app://font/exo/exo-bold.eot'), |
|
40 url('app://font/exo/exo-bold.eot?#iefix') format('embedded-opentype'), |
|
41 url('app://font/exo/exo-bold.woff') format('woff'), |
|
42 url('app://font/exo/exo-bold.ttf') format('truetype'), |
|
43 url('app://font/exo/exo-bold.svg#exobold') format('svg'); |
|
44 font-weight: normal; |
|
45 font-style: normal; |
|
46 } |
|
47 */ |
|
48 |
|
49 /* http://adamwhitcroft.com/batch/ */ |
|
50 /* |
|
51 @font-face { |
|
52 font-family: 'batch'; |
|
53 src: url('app://font/batch/batch.eot'), |
|
54 url('app://font/batch/batch.eot?#iefix') format('embedded-opentype'), |
|
55 url('app://font/batch/batch.woff') format('woff'), |
|
56 url('app://font/batch/batch.ttf') format('truetype'), |
|
57 url('app://font/batch/batch.svg#batch') format('svg'); |
|
58 font-weight: normal; |
|
59 font-style: normal; |
|
60 } |
|
61 */ |
35 |
62 |
36 a { |
63 a { |
37 text-decoration: none; |
64 text-decoration: none; |
38 color: inherit !important; |
65 color: inherit !important; |
39 } |
66 } |