|
4 | 4 |
|
5 | 5 | */
|
6 | 6 | @font-face {
|
7 |
| - font-family: "RobotoMono"; |
| 7 | + font-family: "CodeFont"; |
8 | 8 | src:
|
9 |
| - url("media/roboto-regular.woff2") format("woff2"); |
| 9 | + url("media/Roboto-Mono-Regular-webfont.woff") format("woff"); |
10 | 10 | font-weight: normal;
|
11 | 11 | font-style: normal;
|
12 | 12 | }
|
13 | 13 |
|
| 14 | +@font-face { |
| 15 | + font-family: "CodeFont"; |
| 16 | + src: |
| 17 | + url("media/Roboto-Mono-Bold-webfont.woff") format("woff"); |
| 18 | + font-weight: bold; |
| 19 | + font-style: normal; |
| 20 | +} |
14 | 21 |
|
15 | 22 | @font-face {
|
16 | 23 | font-family: "OpenSans";
|
@@ -151,7 +158,7 @@ button.small .icon {
|
151 | 158 | height: 100%;
|
152 | 159 | justify-content: center;
|
153 | 160 | align-items: center;
|
154 |
| - font-family: "RobotoMono", monospace; |
| 161 | + font-family: "CodeFont", monospace; |
155 | 162 | overflow: hidden;
|
156 | 163 | }
|
157 | 164 |
|
@@ -312,7 +319,7 @@ button.small .icon {
|
312 | 319 | }
|
313 | 320 |
|
314 | 321 | #code-editor * {
|
315 |
| - font-family: "RobotoMono", monospace; |
| 322 | + font-family: "CodeFont", monospace; |
316 | 323 | }
|
317 | 324 | #code-editor .cm-editor {
|
318 | 325 | width: 100%;
|
@@ -506,7 +513,7 @@ button.small .icon {
|
506 | 513 | .dialog .dialog-content #file-name {
|
507 | 514 | font-size: 1.3em;
|
508 | 515 | width:100%;
|
509 |
| - font-family: "RobotoMono", monospace; |
| 516 | + font-family: "CodeFont", monospace; |
510 | 517 | }
|
511 | 518 |
|
512 | 519 | .dialog .dialog-content input:focus {
|
@@ -623,7 +630,7 @@ button.small .icon {
|
623 | 630 | position: relative;
|
624 | 631 | cursor: pointer;
|
625 | 632 | color: #000;
|
626 |
| - font-family: "RobotoMono", monospace; |
| 633 | + font-family: "CodeFont", monospace; |
627 | 634 | font-size: 14px;
|
628 | 635 | font-style: normal;
|
629 | 636 | font-weight: 400;
|
@@ -709,7 +716,7 @@ button.small .icon {
|
709 | 716 | }
|
710 | 717 | .file-list .item .text {
|
711 | 718 | color: #000;
|
712 |
| - font-family: "RobotoMono", monospace; |
| 719 | + font-family: "CodeFont", monospace; |
713 | 720 | font-size: 14px;
|
714 | 721 | font-style: normal;
|
715 | 722 | font-weight: 400;
|
|
0 commit comments