2023-12-15 11:43:04 +09:00
|
|
|
@font-face {
|
2024-02-02 01:35:17 +09:00
|
|
|
font-family: 'Pretendard JP Variable';
|
|
|
|
font-weight: 45 920;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
src: url("/assets/PretendardJPVariable.woff2") format('woff2-variations');
|
2023-12-16 05:08:36 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "OTADESIGN Rounded";
|
|
|
|
src: url("/assets/otadesign_rounded.woff2") format('woff2'),
|
|
|
|
url("/assets/otadesign_rounded.woff") format('woff');
|
2023-12-15 11:43:04 +09:00
|
|
|
}
|
|
|
|
|
2022-11-25 18:05:06 +09:00
|
|
|
.font-misskey {
|
2023-12-15 11:56:00 +09:00
|
|
|
font-family: "OTADESIGN Rounded";
|
2021-01-06 11:39:37 +09:00
|
|
|
}
|
|
|
|
|
2022-11-25 18:05:06 +09:00
|
|
|
.loading {
|
|
|
|
display: flex;
|
2021-01-06 11:39:37 +09:00
|
|
|
position: fixed;
|
|
|
|
inset: 0;
|
2022-11-25 18:05:06 +09:00
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
2023-12-16 05:57:30 +09:00
|
|
|
font-family: "Pretendard JP Variable";
|
2022-11-25 18:05:06 +09:00
|
|
|
font-size: 16px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-08-04 12:13:41 +09:00
|
|
|
}
|