|
| 1 | +/* stylelint-disable */ |
| 2 | + |
| 3 | +@font-face { |
| 4 | + font-family: "Metropolis"; |
| 5 | + src: url("../font/metropolis-regular-webfont.woff2") format("woff2"), |
| 6 | + url("../font/metropolis-regular-webfont.woff") format("woff"); |
| 7 | + font-style: normal; |
| 8 | + font-weight: normal; |
| 9 | + font-display: swap; |
| 10 | +} |
| 11 | +@font-face { |
| 12 | + font-family: "Metropolis"; |
| 13 | + src: url("../font/metropolis-bold-webfont.woff2") format("woff2"), |
| 14 | + url("../font/metropolis-bold-webfont.woff") format("woff"); |
| 15 | + font-weight: 500; |
| 16 | + font-style: normal; |
| 17 | + font-display: swap; |
| 18 | +} |
| 19 | +@font-face { |
| 20 | + font-family: "Metropolis"; |
| 21 | + src: url("../font/metropolis-extrabold-webfont.woff2") format("woff2"), |
| 22 | + url("../font/metropolis-extrabold-webfont.woff") format("woff"); |
| 23 | + font-weight: 600; |
| 24 | + font-style: normal; |
| 25 | + font-display: swap; |
| 26 | +} |
| 27 | +/* open-sans-regular - latin */ |
| 28 | +@font-face { |
| 29 | + font-family: "Open Sans"; |
| 30 | + font-style: normal; |
| 31 | + font-weight: 400; |
| 32 | + src: url("../font/open-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */ |
| 33 | + src: url("../font/open-sans-v17-latin-regular.eot?#iefix") |
| 34 | + format("embedded-opentype"), |
| 35 | + /* IE6-IE8 */ url("../font/open-sans-v17-latin-regular.woff2") |
| 36 | + format("woff2"), |
| 37 | + /* Super Modern Browsers */ url("../font/open-sans-v17-latin-regular.woff") |
| 38 | + format("woff"), |
| 39 | + /* Modern Browsers */ url("../font/open-sans-v17-latin-regular.ttf") |
| 40 | + format("truetype"), |
| 41 | + /* Safari, Android, iOS */ |
| 42 | + url("../font/open-sans-v17-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */ |
| 43 | + font-display: swap; |
| 44 | +} |
| 45 | +/* open-sans-italic - latin */ |
| 46 | +@font-face { |
| 47 | + font-family: "Open Sans"; |
| 48 | + font-style: italic; |
| 49 | + font-weight: 400; |
| 50 | + src: url("../font/open-sans-v17-latin-italic.eot"); /* IE9 Compat Modes */ |
| 51 | + src: url("../font/open-sans-v17-latin-italic.eot?#iefix") |
| 52 | + format("embedded-opentype"), |
| 53 | + /* IE6-IE8 */ url("../font/open-sans-v17-latin-italic.woff2") |
| 54 | + format("woff2"), |
| 55 | + /* Super Modern Browsers */ url("../font/open-sans-v17-latin-italic.woff") |
| 56 | + format("woff"), |
| 57 | + /* Modern Browsers */ url("../font/open-sans-v17-latin-italic.ttf") |
| 58 | + format("truetype"), |
| 59 | + /* Safari, Android, iOS */ |
| 60 | + url("../font/open-sans-v17-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */ |
| 61 | + font-display: swap; |
| 62 | +} |
| 63 | +/* open-sans-600 - latin */ |
| 64 | +@font-face { |
| 65 | + font-family: "Open Sans"; |
| 66 | + font-style: normal; |
| 67 | + font-weight: 600; |
| 68 | + src: url("../font/open-sans-v17-latin-600.eot"); /* IE9 Compat Modes */ |
| 69 | + src: url("../font/open-sans-v17-latin-600.eot?#iefix") |
| 70 | + format("embedded-opentype"), |
| 71 | + /* IE6-IE8 */ url("../font/open-sans-v17-latin-600.woff2") format("woff2"), |
| 72 | + /* Super Modern Browsers */ url("../font/open-sans-v17-latin-600.woff") |
| 73 | + format("woff"), |
| 74 | + /* Modern Browsers */ url("../font/open-sans-v17-latin-600.ttf") |
| 75 | + format("truetype"), |
| 76 | + /* Safari, Android, iOS */ |
| 77 | + url("../font/open-sans-v17-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */ |
| 78 | + font-display: swap; |
| 79 | +} |
| 80 | +/* open-sans-700 - latin */ |
| 81 | +@font-face { |
| 82 | + font-family: "Open Sans"; |
| 83 | + font-style: normal; |
| 84 | + font-weight: 700; |
| 85 | + src: url("../font/open-sans-v17-latin-700.eot"); /* IE9 Compat Modes */ |
| 86 | + src: url("../font/open-sans-v17-latin-700.eot?#iefix") |
| 87 | + format("embedded-opentype"), |
| 88 | + /* IE6-IE8 */ url("../font/open-sans-v17-latin-700.woff2") format("woff2"), |
| 89 | + /* Super Modern Browsers */ url("../font/open-sans-v17-latin-700.woff") |
| 90 | + format("woff"), |
| 91 | + /* Modern Browsers */ url("../font/open-sans-v17-latin-700.ttf") |
| 92 | + format("truetype"), |
| 93 | + /* Safari, Android, iOS */ |
| 94 | + url("../font/open-sans-v17-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */ |
| 95 | + font-display: swap; |
| 96 | +} |
| 97 | +/* work-sans-regular - latin */ |
| 98 | +@font-face { |
| 99 | + font-family: "Work Sans"; |
| 100 | + font-style: normal; |
| 101 | + font-weight: 400; |
| 102 | + src: url("../font/work-sans-v5-latin-regular.eot"); /* IE9 Compat Modes */ |
| 103 | + src: url("../font/work-sans-v5-latin-regular.eot?#iefix") |
| 104 | + format("embedded-opentype"), |
| 105 | + /* IE6-IE8 */ url("../font/work-sans-v5-latin-regular.woff2") |
| 106 | + format("woff2"), |
| 107 | + /* Super Modern Browsers */ url("../font/work-sans-v5-latin-regular.woff") |
| 108 | + format("woff"), |
| 109 | + /* Modern Browsers */ url("../font/work-sans-v5-latin-regular.ttf") |
| 110 | + format("truetype"), |
| 111 | + /* Safari, Android, iOS */ |
| 112 | + url("../font/work-sans-v5-latin-regular.svg#WorkSans") format("svg"); /* Legacy iOS */ |
| 113 | + font-display: swap; |
| 114 | +} |
| 115 | +/* work-sans-700 - latin */ |
| 116 | +@font-face { |
| 117 | + font-family: "Work Sans"; |
| 118 | + font-style: normal; |
| 119 | + font-weight: 700; |
| 120 | + src: url("../font/work-sans-v5-latin-700.eot"); /* IE9 Compat Modes */ |
| 121 | + src: url("../font/work-sans-v5-latin-700.eot?#iefix") |
| 122 | + format("embedded-opentype"), |
| 123 | + /* IE6-IE8 */ url("../font/work-sans-v5-latin-700.woff2") format("woff2"), |
| 124 | + /* Super Modern Browsers */ url("../font/work-sans-v5-latin-700.woff") |
| 125 | + format("woff"), |
| 126 | + /* Modern Browsers */ url("../font/work-sans-v5-latin-700.ttf") |
| 127 | + format("truetype"), |
| 128 | + /* Safari, Android, iOS */ |
| 129 | + url("../font/work-sans-v5-latin-700.svg#WorkSans") format("svg"); /* Legacy iOS */ |
| 130 | + font-display: swap; |
| 131 | +} |
0 commit comments