diff --git a/src/client/index.html b/src/client/index.html
index 88ae03e..4abe9fa 100644
--- a/src/client/index.html
+++ b/src/client/index.html
@@ -6,7 +6,8 @@
Session Viewer
-
+
+
diff --git a/src/client/styles/main.css b/src/client/styles/main.css
index 9be1995..b3999c8 100644
--- a/src/client/styles/main.css
+++ b/src/client/styles/main.css
@@ -36,11 +36,10 @@
--color-glow-accent: rgba(91, 156, 245, 0.12);
--color-glow-success: rgba(63, 185, 80, 0.12);
- /* Inter font from Google Fonts CDN */
- font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
+ /* Geist font from jsDelivr CDN */
+ font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
/* Smooth transitions on all interactive elements */
diff --git a/tailwind.config.js b/tailwind.config.js
index d96f3d1..df2a592 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -41,7 +41,7 @@ export default {
},
fontFamily: {
sans: [
- "Inter",
+ "Geist",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",