style: update font to Share Tech Mono in app.css and App.svelte

This commit is contained in:
2026-08-26 18:57:20 +05:30
parent bcaaaab155
commit 834aeb666e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<!-- ui -->
<div
class="w-screen h-screen flex flex-col items-center bg-background relative text-foreground font-raleway"
class="w-screen h-screen flex flex-col items-center bg-background relative text-foreground font-main"
>
<Navbar />
+2 -2
View File
@@ -1,4 +1,4 @@
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
@import "tailwindcss";
@plugin "daisyui";
@@ -8,5 +8,5 @@
--color-foreground: #bbbbbb;
/* font-family */
--font-raleway: "Raleway";
--font-main: "Share Tech Mono";
}