아르페
b6a3b0cd53
feat: no new users allowed fix: change base language to Korean fix: change gacha to random text from devs
29 lines
637 B
SCSS
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;
|
|
} |