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;