Files
pihkaal-me/app/assets/app.css

55 lines
1.0 KiB
CSS

@import url(https://fonts.bunny.net/css?family=jetbrains-mono:400,800);
@import "tailwindcss";
@import "@nuxt/ui";
@font-face {
font-family: "NDS7";
src: url("/assets/fonts/nds-7px.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS10";
src: url("/assets/fonts/nds-10px.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS12 Bold";
src: url("/assets/fonts/nds-12px-bold.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS39";
src: url("/assets/fonts/nds-39px.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/* NOTE: woff2 version of this font doesn't work */
@font-face {
font-family: "Pokemon DP Pro";
src: url("/assets/fonts/pokemon-dp-pro.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body {
background: #000000;
}
html,
body {
position: relative;
overflow: hidden;
}
@theme {
--breakpoint-xs: 30rem;
}