From c5232574acc7b0b4cf887a887e94370cedcdb9c6 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Wed, 10 Dec 2025 00:25:46 +0000 Subject: [PATCH] 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 --- aethex-bot/public/commands.html | 2 +- aethex-bot/public/features.html | 2 +- aethex-bot/public/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aethex-bot/public/commands.html b/aethex-bot/public/commands.html index 167c788..aecab65 100644 --- a/aethex-bot/public/commands.html +++ b/aethex-bot/public/commands.html @@ -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; diff --git a/aethex-bot/public/features.html b/aethex-bot/public/features.html index ce843bb..f98ccba 100644 --- a/aethex-bot/public/features.html +++ b/aethex-bot/public/features.html @@ -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; diff --git a/aethex-bot/public/index.html b/aethex-bot/public/index.html index a25b7c9..d8b6365 100644 --- a/aethex-bot/public/index.html +++ b/aethex-bot/public/index.html @@ -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;