Restore original monospace font to website pages
Revert font-family to 'Courier New', Courier, monospace in index.html, features.html, and commands.html, correcting an unintended change. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 768e19ce-dea8-45a9-9dbc-059828fc7479 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/j0DxcC3 Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
2247dc99ac
commit
c5232574ac
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue