Update website fonts to Fira Code and Source Code Pro

Update aethex-bot/public/dashboard.html and aethex-bot/public/index.html to use Fira Code and Source Code Pro fonts, replacing Inter and Roboto Mono.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 691f2327-6ec6-4874-bc4e-d73f9e41a7bc
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/wqfpnyI
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sirpiglr 2025-12-09 00:34:02 +00:00
parent 9d1f73f3ad
commit 82590d8963
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<title>Dashboard - AeThex Bot</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Source+Code+Pro:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--background: hsl(270, 50%, 4%);
@ -30,7 +30,7 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
font-family: 'Fira Code', 'Source Code Pro', monospace;
background: var(--background);
color: var(--foreground);
min-height: 100vh;

View file

@ -6,7 +6,7 @@
<title>AeThex Bot - Level Up Your Discord Server</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Source+Code+Pro:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--background: hsl(270, 50%, 4%);
@ -34,7 +34,7 @@
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-family: 'Fira Code', 'Source Code Pro', monospace;
background: var(--background);
color: var(--foreground);
min-height: 100vh;