PocketDoc commited on
Commit
c2b481d
·
verified ·
1 Parent(s): 1529bcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -214,7 +214,7 @@ TOP_P: 0.9</pre>
214
  </div>
215
  </div>
216
  <style>
217
- @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap");
218
  .crt-container {
219
  padding: 10px;
220
  max-width: 1000px;
@@ -275,8 +275,7 @@ TOP_P: 0.9</pre>
275
  border-radius: 15px;
276
  position: relative;
277
  overflow: hidden;
278
- font-family: "IBM Plex Mono", monospace;
279
- font-weight: 500;
280
  font-size: clamp(12px, 1.5vw, 16px);
281
  color: #e49b3e;
282
  line-height: 1.4;
@@ -392,7 +391,7 @@ TOP_P: 0.9</pre>
392
  .terminal-screen kbd,
393
  .terminal-screen samp {
394
  color: #e49b3e;
395
- font-family: "IBM Plex Mono", monospace;
396
  text-shadow: 0 0 2px #e49b3e;
397
  background-color: #1a1a1a;
398
  padding: 0.2em 0.4em;
@@ -428,8 +427,8 @@ TOP_P: 0.9</pre>
428
  position: relative;
429
  }
430
  .mancer-text {
431
- font-family: "IBM Plex Mono", monospace;
432
- font-weight: 550;
433
  font-size: 20px;
434
  text-shadow: 0 0 2px #e49b3e;
435
  line-height: 1;
 
214
  </div>
215
  </div>
216
  <style>
217
+ @import url("https://fonts.googleapis.com/css2?family=Consolas&display=swap");
218
  .crt-container {
219
  padding: 10px;
220
  max-width: 1000px;
 
275
  border-radius: 15px;
276
  position: relative;
277
  overflow: hidden;
278
+ font-family: "Consolas", monospace;
 
279
  font-size: clamp(12px, 1.5vw, 16px);
280
  color: #e49b3e;
281
  line-height: 1.4;
 
391
  .terminal-screen kbd,
392
  .terminal-screen samp {
393
  color: #e49b3e;
394
+ font-family: "Consolas", monospace;
395
  text-shadow: 0 0 2px #e49b3e;
396
  background-color: #1a1a1a;
397
  padding: 0.2em 0.4em;
 
427
  position: relative;
428
  }
429
  .mancer-text {
430
+ font-family: "Consolas", monospace;
431
+ font-weight: bold;
432
  font-size: 20px;
433
  text-shadow: 0 0 2px #e49b3e;
434
  line-height: 1;