style: update font to Share Tech Mono in app.css and App.svelte
This commit is contained in:
+1
-1
@@ -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
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user