0
0
Fork 0
misskey-tools/styles/style.scss
2023-12-15 11:56:00 +09:00

28 lines
No EOL
591 B
SCSS

@font-face {
font-family: "OTADESIGN Rounded";
src: url("/assets/otadesign_rounded.woff2") format('woff2'),
url("/assets/otadesign_rounded.woff") format('woff');
}
@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-misskey {
font-family: "OTADESIGN Rounded";
}
.loading {
display: flex;
position: fixed;
inset: 0;
background: #222;
color: #fff;
font-size: 16px;
align-items: center;
justify-content: center;
}