diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index eae3fa3..4926d82 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -9,7 +9,7 @@ import Footer from "@/components/Footer.astro"; - +
diff --git a/src/styles/global.css b/src/styles/global.css index 9a59397..7d3e6de 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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... */ diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 2d2369e..2bc2091 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -8,8 +8,7 @@ export default { theme: { extend: { fontFamily: { - jb: ['jb'], - //just testing shit + JetBrainsMono: ['JetBrainsMono'], }, colors: { lightModeBackground: