gui/modules/desktop/src/app.css
ABevier 6c3be19da2
Prettier (#522)
* Fix Prettier config
2023-04-28 12:14:44 +08:00

41 lines
512 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "mona-sans";
src: url("/fonts/mona-sans-bold.woff2");
}
@font-face {
font-family: "inter";
src: url("/fonts/inter-regular.woff2");
}
html {
background-color: #1a1a1a;
color: #fff;
user-select: none;
cursor: default;
}
@layer base {
html {
font-family: sono, sans-serif;
}
}
.text-primary,
h1,
h2,
h3,
h4,
h5,
h6,
.click-copy {
font-family: "mona-sans";
}
.pk-version {
font-family: "inter";
}