WebIndex/assets/css/main.scss
2025-01-23 01:51:02 +08:00

26 lines
546 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;
}
.stop {
@apply invisible opacity-0;
}