... | ... |
@@ -12,6 +12,32 @@ |
12 | 12 |
url('../../fonts/google/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ |
13 | 13 |
url('../../fonts/google/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */ |
14 | 14 |
} |
15 |
+/* montserrat-600 - latin */ |
|
16 |
+@font-face { |
|
17 |
+ font-family: 'Montserrat'; |
|
18 |
+ font-style: normal; |
|
19 |
+ font-weight: 600; |
|
20 |
+ src: url('../../fonts/google/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */ |
|
21 |
+ src: local(''), |
|
22 |
+ url('../../fonts/google/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
23 |
+ url('../../fonts/google/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ |
|
24 |
+ url('../../fonts/google/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */ |
|
25 |
+ url('../../fonts/google/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
26 |
+ url('../../fonts/google/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */ |
|
27 |
+} |
|
28 |
+/* montserrat-600italic - latin */ |
|
29 |
+/*@font-face { |
|
30 |
+ font-family: 'Montserrat'; |
|
31 |
+ font-style: italic; |
|
32 |
+ font-weight: 600; |
|
33 |
+ src: url('../../fonts/google/montserrat-v25-latin-600italic.eot'); !* IE9 Compat Modes *! |
|
34 |
+ src: local(''), |
|
35 |
+ url('../../fonts/google/montserrat-v25-latin-600italic.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! |
|
36 |
+ url('../../fonts/google/montserrat-v25-latin-600italic.woff2') format('woff2'), !* Super Modern Browsers *! |
|
37 |
+ url('../../fonts/google/montserrat-v25-latin-600italic.woff') format('woff'), !* Modern Browsers *! |
|
38 |
+ url('../../fonts/google/montserrat-v25-latin-600italic.ttf') format('truetype'), !* Safari, Android, iOS *! |
|
39 |
+ url('../../fonts/google/montserrat-v25-latin-600italic.svg#Montserrat') format('svg'); !* Legacy iOS *! |
|
40 |
+}*/ |
|
15 | 41 |
/* montserrat-700 - latin */ |
16 | 42 |
@font-face { |
17 | 43 |
font-family: 'Montserrat'; |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,71 @@ |
1 |
+/* montserrat-regular - latin */ |
|
2 |
+@font-face { |
|
3 |
+ font-family: 'Montserrat'; |
|
4 |
+ font-style: normal; |
|
5 |
+ font-weight: 400; |
|
6 |
+ font-display: swap; |
|
7 |
+ src: url('../../fonts/google/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */ |
|
8 |
+ src: local(''), |
|
9 |
+ url('../../fonts/google/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
10 |
+ url('../../fonts/google/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ |
|
11 |
+ url('../../fonts/google/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ |
|
12 |
+ url('../../fonts/google/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
13 |
+ url('../../fonts/google/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */ |
|
14 |
+} |
|
15 |
+/* montserrat-700 - latin */ |
|
16 |
+@font-face { |
|
17 |
+ font-family: 'Montserrat'; |
|
18 |
+ font-style: normal; |
|
19 |
+ font-weight: 700; |
|
20 |
+ font-display: swap; |
|
21 |
+ src: url('../../fonts/google/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */ |
|
22 |
+ src: local(''), |
|
23 |
+ url('../../fonts/google/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
24 |
+ url('../../fonts/google/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ |
|
25 |
+ url('../../fonts/google/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */ |
|
26 |
+ url('../../fonts/google/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
27 |
+ url('../../fonts/google/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */ |
|
28 |
+} |
|
29 |
+ |
|
30 |
+/* source-serif-pro-regular - latin */ |
|
31 |
+@font-face { |
|
32 |
+ font-family: 'Source Serif Pro'; |
|
33 |
+ font-style: normal; |
|
34 |
+ font-weight: 400; |
|
35 |
+ font-display: swap; |
|
36 |
+ src: url('../../fonts/google/source-serif-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */ |
|
37 |
+ src: local(''), |
|
38 |
+ url('../../fonts/google/source-serif-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
39 |
+ url('../../fonts/google/source-serif-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ |
|
40 |
+ url('../../fonts/google/source-serif-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ |
|
41 |
+ url('../../fonts/google/source-serif-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
42 |
+ url('../../fonts/google/source-serif-pro-v11-latin-regular.svg#SourceSerifPro') format('svg'); /* Legacy iOS */ |
|
43 |
+} |
|
44 |
+/* source-serif-pro-600 - latin */ |
|
45 |
+@font-face { |
|
46 |
+ font-family: 'Source Serif Pro'; |
|
47 |
+ font-style: normal; |
|
48 |
+ font-weight: 600; |
|
49 |
+ font-display: swap; |
|
50 |
+ src: url('../../fonts/google/source-serif-pro-v11-latin-600.eot'); /* IE9 Compat Modes */ |
|
51 |
+ src: local(''), |
|
52 |
+ url('../../fonts/google/source-serif-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
53 |
+ url('../../fonts/google/source-serif-pro-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ |
|
54 |
+ url('../../fonts/google/source-serif-pro-v11-latin-600.woff') format('woff'), /* Modern Browsers */ |
|
55 |
+ url('../../fonts/google/source-serif-pro-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
56 |
+ url('../../fonts/google/source-serif-pro-v11-latin-600.svg#SourceSerifPro') format('svg'); /* Legacy iOS */ |
|
57 |
+} |
|
58 |
+/* source-serif-pro-700 - latin */ |
|
59 |
+@font-face { |
|
60 |
+ font-family: 'Source Serif Pro'; |
|
61 |
+ font-style: normal; |
|
62 |
+ font-weight: 700; |
|
63 |
+ font-display: swap; |
|
64 |
+ src: url('../../fonts/google/source-serif-pro-v11-latin-700.eot'); /* IE9 Compat Modes */ |
|
65 |
+ src: local(''), |
|
66 |
+ url('../../fonts/google/source-serif-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|
67 |
+ url('../../fonts/google/source-serif-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ |
|
68 |
+ url('../../fonts/google/source-serif-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */ |
|
69 |
+ url('../../fonts/google/source-serif-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ |
|
70 |
+ url('../../fonts/google/source-serif-pro-v11-latin-700.svg#SourceSerifPro') format('svg'); /* Legacy iOS */ |
|
71 |
+} |
|
0 | 72 |
\ No newline at end of file |