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>
<slot name="head" />
</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>
<slot />
</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 components;
@tailwind utilities;
@layer base {
@font-face {
font-family: JetBrainsMono;
font-weight: 700;
src: url("../assets/fonts/JetBrainsMonoNLNerdFont-Regular.ttf");
}
:root {
color-scheme: dark;
/* replace colors from here... */

View File

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