|
1 |
| -/** |
2 |
| - * Copyright (c) 2015 Spoqa, Inc. |
3 |
| - * |
4 |
| - * Permission is hereby granted, free of charge, to any person obtaining |
5 |
| - * a copy of this software and associated documentation files (the |
6 |
| - * "Software"), to deal in the Software without restriction, including |
7 |
| - * without limitation the rights to use, copy, modify, merge, publish, |
8 |
| - * distribute, sublicense, and/or sell copies of the Software, and to |
9 |
| - * permit persons to whom the Software is furnished to do so, subject to |
10 |
| - * the following conditions: |
11 |
| - * |
12 |
| - * The above copyright notice and this permission notice shall be |
13 |
| - * included in all copies or substantial portions of the Software. |
14 |
| - * |
15 |
| - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
16 |
| - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
17 |
| - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
18 |
| - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
19 |
| - * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
20 |
| - * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
21 |
| - * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 |
| - */ |
23 |
| - |
24 |
| - @font-face { |
25 |
| - font-family: 'Spoqa Han Sans'; |
26 |
| - font-weight: 700; |
27 |
| - font-display: optional; |
28 |
| - src: local('Spoqa Han Sans Bold'), |
29 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.woff2') format('woff2'), |
30 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.woff') format('woff'), |
31 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansBold.ttf') format('truetype'); |
32 |
| -} |
33 |
| - |
34 |
| -@font-face { |
35 |
| - font-family: 'Spoqa Han Sans'; |
36 |
| - font-weight: 400; |
37 |
| - font-display: optional; |
38 |
| - src: local('Spoqa Han Sans Regular'), |
39 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.woff2') format('woff2'), |
40 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.woff') format('woff'), |
41 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansRegular.ttf') format('truetype'); |
42 |
| -} |
43 |
| - |
44 |
| -@font-face { |
45 |
| - font-family: 'Spoqa Han Sans'; |
46 |
| - font-weight: 300; |
47 |
| - font-display: optional; |
48 |
| - src: local('Spoqa Han Sans Light'), |
49 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.woff2') format('woff2'), |
50 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.woff') format('woff'), |
51 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansLight.ttf') format('truetype'); |
52 |
| -} |
53 |
| - |
54 |
| -@font-face { |
55 |
| - font-family: 'Spoqa Han Sans'; |
56 |
| - font-weight: 100; |
57 |
| - font-display: optional; |
58 |
| - src: local('Spoqa Han Sans Thin'), |
59 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.woff2') format('woff2'), |
60 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.woff') format('woff'), |
61 |
| - url('https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@01ff0283e4f36e159ffbf744b36e16ef742da6d8/Subset/SpoqaHanSans/SpoqaHanSansThin.ttf') format('truetype'); |
62 |
| -} |
63 |
| - |
64 |
| - |
65 |
| - |
66 | 1 | /** Fira Mono **/
|
67 | 2 | /* cyrillic-ext */
|
68 | 3 | @font-face {
|
|
0 commit comments