From 7a3c7f087aac7ece9d54a5f6b652f0bb4b3d1ad9 Mon Sep 17 00:00:00 2001
From: Haileyesus <118998054+blackmammoth@users.noreply.github.com>
Date: Tue, 2 Jun 2026 21:09:47 +0300
Subject: [PATCH] chore: use outfit as app font
---
index.html | 3 +++
src/index.css | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c476f13e..a6b24c56 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,9 @@
+
+
+
CloudCLI UI
diff --git a/src/index.css b/src/index.css
index c3de46e2..8b94788e 100644
--- a/src/index.css
+++ b/src/index.css
@@ -128,7 +128,7 @@
body {
@apply bg-background text-foreground;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+ font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
margin: 0;
padding: 0;
}