about summary refs log tree commit diff stats
path: root/html/matt-chat
diff options
context:
space:
mode:
Diffstat (limited to 'html/matt-chat')
-rw-r--r--html/matt-chat/ChicagoFLF.ttfbin0 -> 31256 bytes
-rw-r--r--html/matt-chat/index.html20
2 files changed, 9 insertions, 11 deletions
diff --git a/html/matt-chat/ChicagoFLF.ttf b/html/matt-chat/ChicagoFLF.ttf
new file mode 100644
index 0000000..60691e1
--- /dev/null
+++ b/html/matt-chat/ChicagoFLF.ttf
Binary files differdiff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index 35e1086..535dc29 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -98,7 +98,7 @@
 
         @media (max-width: 600px) {
             #chat-container {
-                max-height: 300px; /* Reduce max height for mobile */
+                max-height: 300px;
             }
         }
 
@@ -140,20 +140,18 @@
 
         .bot-time {
             margin: 0.5em 0;
-            font-size: 0.9em; /* Smaller font size */
-            color: #888; /* Lighter color */
-            text-align: center; /* Center the text */
+            font-size: 0.9em;
+            color: #888;
+            text-align: center;
         }
         
-        /* Existing styles become part of "professional" theme */
-        /* Move existing styles under this selector */
+        /* Professional theme */
         body.theme-professional {
             font-family: Arial, sans-serif;
             font-size: 22px;
-            /* ... existing body styles ... */
         }
 
-        /* Add Molly Millions theme */
+        /* Molly Millions theme */
         body.theme-molly-millions {
             font-family: "Courier New", monospace;
             font-size: 22px;
@@ -246,7 +244,7 @@
             color: #005500;
         }
 
-        /* Add Cloud theme */
+        /* Cloud theme */
         body.theme-cloud {
             font-family: "Press Start 2P", "Courier New", monospace;
             font-size: 18px;
@@ -365,10 +363,10 @@
             font-size: 12px;
         }
 
-        /* Add Classic Mac theme */
+        /* Classic Mac theme */
         @font-face {
             font-family: 'ChicagoFLF';
-            src: url('https://dl.dropboxusercontent.com/s/5h2j708xuoyjnk7/ChicagoFLF.woff2') format('woff2');
+            src: url('/ChicagoFLF.ttf') format('truetype');
         }
 
         body.theme-classic {
id='n188' href='#n188'>188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207