tidy up
This commit is contained in:
parent
c05dcca091
commit
20d5c6dc4d
@ -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>
|
||||
|
@ -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... */
|
||||
|
@ -8,8 +8,7 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
jb: ['jb'],
|
||||
//just testing shit
|
||||
JetBrainsMono: ['JetBrainsMono'],
|
||||
},
|
||||
colors: {
|
||||
lightModeBackground:
|
||||
|
Loading…
Reference in New Issue
Block a user