This commit is contained in:
kitty 2025-03-05 15:47:53 +00:00
parent c05dcca091
commit 20d5c6dc4d
3 changed files with 7 additions and 10 deletions

View File

@ -9,7 +9,7 @@ import Footer from "@/components/Footer.astro";
<BaseHead> <BaseHead>
<slot name="head" /> <slot name="head" />
</BaseHead> </BaseHead>
<body class="mx-auto min-h-screen max-w-xs font-jb p-3 font-jb sm:p-6"> <body class="mx-auto min-h-screen max-w-xs font-JetBrainsMono p-3 sm:p-6">
<main> <main>
<slot /> <slot />
</main> </main>

View File

@ -1,15 +1,13 @@
@font-face {
font-family: jb;
src: url("../assets/fonts/JetBrainsMonoNLNerdFont-Regular.ttf");
}
/*@theme {*/
/* --font-jb: jb;*/
/*}*/
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
@layer base { @layer base {
@font-face {
font-family: JetBrainsMono;
font-weight: 700;
src: url("../assets/fonts/JetBrainsMonoNLNerdFont-Regular.ttf");
}
:root { :root {
color-scheme: dark; color-scheme: dark;
/* replace colors from here... */ /* replace colors from here... */

View File

@ -8,8 +8,7 @@ export default {
theme: { theme: {
extend: { extend: {
fontFamily: { fontFamily: {
jb: ['jb'], JetBrainsMono: ['JetBrainsMono'],
//just testing shit
}, },
colors: { colors: {
lightModeBackground: lightModeBackground: