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