Update README.md
Browse files
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=
|
| 218 |
.crt-container {
|
| 219 |
padding: 10px;
|
| 220 |
max-width: 1000px;
|
|
@@ -275,7 +275,7 @@ TOP_P: 0.9</pre>
|
|
| 275 |
border-radius: 15px;
|
| 276 |
position: relative;
|
| 277 |
overflow: hidden;
|
| 278 |
-
font-family: "
|
| 279 |
font-size: clamp(12px, 1.5vw, 16px);
|
| 280 |
color: #e49b3e;
|
| 281 |
line-height: 1.4;
|
|
@@ -391,7 +391,7 @@ TOP_P: 0.9</pre>
|
|
| 391 |
.terminal-screen kbd,
|
| 392 |
.terminal-screen samp {
|
| 393 |
color: #e49b3e;
|
| 394 |
-
font-family: "
|
| 395 |
text-shadow: 0 0 2px #e49b3e;
|
| 396 |
background-color: #1a1a1a;
|
| 397 |
padding: 0.2em 0.4em;
|
|
@@ -427,7 +427,7 @@ TOP_P: 0.9</pre>
|
|
| 427 |
position: relative;
|
| 428 |
}
|
| 429 |
.mancer-text {
|
| 430 |
-
font-family: "
|
| 431 |
font-weight: bold;
|
| 432 |
font-size: 20px;
|
| 433 |
text-shadow: 0 0 2px #e49b3e;
|
|
|
|
| 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;
|