1 /* fonts */ |
1 /* fonts */ |
2 @font-face { |
2 @font-face { |
3 font-family: 'OpenSans'; |
3 font-family: 'OpenSans'; |
4 font-weight: 400; |
4 font-weight: normal; |
5 src:url("fonts/OpenSans-Regular.eot?") format("eot"), |
5 font-style: normal; |
|
6 src:url("fonts/OpenSans-Regular.eot") format("eot"), |
6 url("fonts/OpenSans-Regular.woff") format("woff"), |
7 url("fonts/OpenSans-Regular.woff") format("woff"), |
7 url("fonts/OpenSans-Regular.ttf") format("truetype"), |
8 url("fonts/OpenSans-Regular.ttf") format("truetype"), |
8 url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"); |
9 url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"); |
9 } |
10 } |
10 @font-face { |
11 @font-face { |
11 font-family: 'OpenSans'; |
12 font-family: 'OpenSans'; |
12 font-weight: 300; |
13 font-weight: normal; |
13 src:url("fonts/OpenSans-Light.eot?") format("eot"), |
|
14 url("fonts/OpenSans-Light.woff") format("woff"), |
|
15 url("fonts/OpenSans-Light.ttf") format("truetype"), |
|
16 url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg"); |
|
17 } |
|
18 @font-face { |
|
19 font-family: 'OpenSans'; |
|
20 font-weight: bold; |
|
21 src:url("fonts/OpenSans-Bold.eot?") format("eot"), |
|
22 url("fonts/OpenSans-Bold.woff") format("woff"), |
|
23 url("fonts/OpenSans-Bold.ttf") format("truetype"), |
|
24 url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); |
|
25 } |
|
26 @font-face { |
|
27 font-family: 'OpenSans'; |
|
28 font-style: italic; |
14 font-style: italic; |
29 src:url("fonts/OpenSans-Italic.eot?") format("eot"), |
15 src:url("fonts/OpenSans-Italic.eot") format("eot"), |
30 url("fonts/OpenSans-Italic.woff") format("woff"), |
16 url("fonts/OpenSans-Italic.woff") format("woff"), |
31 url("fonts/OpenSans-Italic.ttf") format("truetype"), |
17 url("fonts/OpenSans-Italic.ttf") format("truetype"), |
32 url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); |
18 url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); |
33 } |
19 } |
34 @font-face { |
20 @font-face { |
|
21 font-family: 'OpenSans'; |
|
22 font-weight: 300; |
|
23 font-style: normal; |
|
24 src:url("fonts/OpenSans-Light.eot") format("eot"), |
|
25 url("fonts/OpenSans-Light.woff") format("woff"), |
|
26 url("fonts/OpenSans-Light.ttf") format("truetype"), |
|
27 url("fonts/OpenSans-Light.svg#OpenSans-Regular") format("svg"); |
|
28 } |
|
29 @font-face { |
35 font-family: 'OpenSans'; |
30 font-family: 'OpenSans'; |
36 font-weight: 600; |
31 font-weight: 600; |
37 src:url("fonts/OpenSans-Semibold.eot?") format("eot"), |
32 font-style: normal; |
|
33 src:url("fonts/OpenSans-Semibold.eot") format("eot"), |
38 url("fonts/OpenSans-Semibold.woff") format("woff"), |
34 url("fonts/OpenSans-Semibold.woff") format("woff"), |
39 url("fonts/OpenSans-Semibold.ttf") format("truetype"), |
35 url("fonts/OpenSans-Semibold.ttf") format("truetype"), |
40 url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); |
36 url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); |
41 } |
37 } |
42 @font-face { |
38 @font-face { |
43 font-family: 'OpenSans'; |
39 font-family: 'OpenSans'; |
44 font-weight: 600; |
40 font-weight: 600; |
45 font-style: italic; |
41 font-style: italic; |
46 src:url("fonts/OpenSans-SemiboldItalic.eot?") format("eot"), |
42 src:url("fonts/OpenSans-SemiboldItalic.eot") format("eot"), |
47 url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), |
43 url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), |
48 url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), |
44 url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), |
49 url("fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); |
45 url("fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); |
|
46 } |
|
47 @font-face { |
|
48 font-family: 'OpenSans'; |
|
49 font-weight: bold; |
|
50 font-style: normal; |
|
51 src:url("fonts/OpenSans-Bold.eot") format("eot"), |
|
52 url("fonts/OpenSans-Bold.woff") format("woff"), |
|
53 url("fonts/OpenSans-Bold.ttf") format("truetype"), |
|
54 url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); |
50 } |
55 } |
51 /* custom reset */ |
56 /* custom reset */ |
52 body{ |
57 body{ |
53 height: 100%; |
58 height: 100%; |
54 background: url(../img/bg.png) repeat-x 0 0; |
59 background: url(../img/bg.png) repeat-x 0 0; |