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 -->
|
<!-- ui -->
|
||||||
<div
|
<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 />
|
<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";
|
@import "tailwindcss";
|
||||||
@plugin "daisyui";
|
@plugin "daisyui";
|
||||||
|
|
||||||
@@ -8,5 +8,5 @@
|
|||||||
--color-foreground: #bbbbbb;
|
--color-foreground: #bbbbbb;
|
||||||
|
|
||||||
/* font-family */
|
/* font-family */
|
||||||
--font-raleway: "Raleway";
|
--font-main: "Share Tech Mono";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user