|
1 | 1 | @font-face {
|
2 | 2 | font-family: "RobotoMono";
|
3 | 3 | src:
|
4 |
| - url("media/roboto-mono-latin-ext-400-normal.woff2") format("woff2"), |
5 |
| - url("media/roboto-mono-latin-ext-400-normal.woff") format("woff"); |
| 4 | + url("./media/roboto-mono-latin-ext-400-normal.woff2") format("woff2"); |
| 5 | + font-weight: normal; |
| 6 | + font-style: normal; |
| 7 | +} |
| 8 | + |
| 9 | +@font-face { |
| 10 | + font-family: "Hack"; |
| 11 | + src: |
| 12 | + url("./media/hack-regular.woff2") format("woff2"); |
6 | 13 | font-weight: normal;
|
7 | 14 | font-style: normal;
|
8 | 15 | }
|
9 | 16 |
|
10 | 17 | @font-face {
|
11 | 18 | font-family: "OpenSans";
|
12 |
| - src: url("media/open-sans_5.0.29_latin-wght-normal.woff2") format("woff2"); |
| 19 | + src: url("./media/open-sans_5.0.29_latin-wght-normal.woff2") format("woff2"); |
13 | 20 | font-weight: normal;
|
14 | 21 | font-style: normal;
|
15 | 22 | }
|
@@ -137,7 +144,7 @@ button.small .icon {
|
137 | 144 | height: 100%;
|
138 | 145 | justify-content: center;
|
139 | 146 | align-items: center;
|
140 |
| - font-family: "RobotoMono", monospace; |
| 147 | + font-family: "OpenSans", sans-serif; |
141 | 148 | overflow: hidden;
|
142 | 149 | }
|
143 | 150 |
|
@@ -271,7 +278,7 @@ button.small .icon {
|
271 | 278 | }
|
272 | 279 |
|
273 | 280 | #code-editor * {
|
274 |
| - font-family: "RobotoMono", monospace; |
| 281 | + font-family: "Hack", monospace; |
275 | 282 | }
|
276 | 283 | #code-editor .cm-editor {
|
277 | 284 | width: 100%;
|
@@ -465,7 +472,7 @@ button.small .icon {
|
465 | 472 | .dialog .dialog-content #file-name {
|
466 | 473 | font-size: 1.3em;
|
467 | 474 | width:100%;
|
468 |
| - font-family: "RobotoMono", monospace; |
| 475 | + font-family: "Hack", monospace; |
469 | 476 | }
|
470 | 477 |
|
471 | 478 | .dialog .dialog-content input:focus {
|
@@ -582,7 +589,7 @@ button.small .icon {
|
582 | 589 | position: relative;
|
583 | 590 | cursor: pointer;
|
584 | 591 | color: #000;
|
585 |
| - font-family: "RobotoMono", monospace; |
| 592 | + font-family: "Hack", monospace; |
586 | 593 | font-size: 14px;
|
587 | 594 | font-style: normal;
|
588 | 595 | font-weight: 400;
|
@@ -679,7 +686,7 @@ button.small .icon {
|
679 | 686 | }
|
680 | 687 | .file-list .item .text {
|
681 | 688 | color: #000;
|
682 |
| - font-family: "RobotoMono", monospace; |
| 689 | + font-family: "Hack", monospace; |
683 | 690 | font-size: 14px;
|
684 | 691 | font-style: normal;
|
685 | 692 | font-weight: 400;
|
|
0 commit comments