|
7 | 7 | --text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
|
8 | 8 | }
|
9 | 9 |
|
10 |
| -/* open-sans-regular - latin */ |
11 |
| -@font-face { |
12 |
| - font-family: 'Open Sans'; |
13 |
| - font-style: normal; |
14 |
| - font-weight: 400; |
15 |
| - src: url('../fonts/open-sans-v15-latin-regular.eot'); |
16 |
| - src: local('Open Sans Regular'), local('OpenSans-Regular'), |
17 |
| - url('../fonts/open-sans-v15-latin-regular.eot?#iefix') |
18 |
| - format('embedded-opentype'), |
19 |
| - url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), |
20 |
| - url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), |
21 |
| - url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), |
22 |
| - url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); |
23 |
| -} |
24 |
| -/* open-sans-600 - latin */ |
25 |
| -@font-face { |
26 |
| - font-family: 'Open Sans'; |
27 |
| - font-style: normal; |
28 |
| - font-weight: 600; |
29 |
| - src: url('../fonts/open-sans-v15-latin-600.eot'); |
30 |
| - src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), |
31 |
| - url('../fonts/open-sans-v15-latin-600.eot?#iefix') |
32 |
| - format('embedded-opentype'), |
33 |
| - url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), |
34 |
| - url('../fonts/open-sans-v15-latin-600.woff') format('woff'), |
35 |
| - url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), |
36 |
| - url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); |
37 |
| -} |
38 |
| -/* open-sans-700 - latin */ |
39 |
| -@font-face { |
40 |
| - font-family: 'Open Sans'; |
41 |
| - font-style: normal; |
42 |
| - font-weight: 700; |
43 |
| - src: url('../fonts/open-sans-v15-latin-700.eot'); |
44 |
| - src: local('Open Sans Bold'), local('OpenSans-Bold'), |
45 |
| - url('../fonts/open-sans-v15-latin-700.eot?#iefix') |
46 |
| - format('embedded-opentype'), |
47 |
| - url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), |
48 |
| - url('../fonts/open-sans-v15-latin-700.woff') format('woff'), |
49 |
| - url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), |
50 |
| - url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); |
51 |
| -} |
52 |
| -/* open-sans-800 - latin */ |
53 |
| -@font-face { |
54 |
| - font-family: 'Open Sans'; |
55 |
| - font-style: normal; |
56 |
| - font-weight: 800; |
57 |
| - src: url('../fonts/open-sans-v15-latin-800.eot'); |
58 |
| - src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), |
59 |
| - url('../fonts/open-sans-v15-latin-800.eot?#iefix') |
60 |
| - format('embedded-opentype'), |
61 |
| - url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), |
62 |
| - url('../fonts/open-sans-v15-latin-800.woff') format('woff'), |
63 |
| - url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), |
64 |
| - url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); |
65 |
| -} |
66 |
| - |
67 | 10 | *,
|
68 | 11 | *::before,
|
69 | 12 | *::after {
|
|
0 commit comments