misskey-tools/styles/style.scss
아르페 b6a3b0cd53 style: use space indentation
feat: no new users allowed
fix: change base language to Korean
fix: change gacha to random text from devs
2024-02-02 01:35:17 +09:00

29 lines
637 B
SCSS

@font-face {
font-family: 'Pretendard JP Variable';
font-weight: 45 920;
font-style: normal;
font-display: swap;
src: url("/assets/PretendardJPVariable.woff2") format('woff2-variations');
}
@font-face {
font-family: "OTADESIGN Rounded";
src: url("/assets/otadesign_rounded.woff2") format('woff2'),
url("/assets/otadesign_rounded.woff") format('woff');
}
.font-misskey {
font-family: "OTADESIGN Rounded";
}
.loading {
display: flex;
position: fixed;
inset: 0;
background: #222;
color: #fff;
font-family: "Pretendard JP Variable";
font-size: 16px;
align-items: center;
justify-content: center;
}