WebIndex/assets/css/main.scss
2024-11-17 11:45:08 +08:00

33 lines
695 B
SCSS

@import '@callmebill/lxgw-wenkai-web/style.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'BaconyScript';
src: url("assets/fonts/BaconyScript.otf") format("opentype");
}
body {
font-family: "LXGW WenKai", sans-serif;
}
pre, code {
font-family: "LXGW WenKai Mono", sans-serif;
}
.loading {
@apply fixed h-screen w-screen flex justify-center items-center z-[999] bg-blue-50 backdrop-blur-3xl bg-opacity-45 transition-all duration-500 opacity-100;
&::before {
content: 'CantyOni_on\'s Index';
font-family: 'BaconyScript', sans-serif;
@apply text-5xl lg:text-7xl text-gray-600;
}
}
.stop {
@apply invisible opacity-0;
}