2022-11-25 18:05:06 +09:00
|
|
|
@font-face {
|
|
|
|
font-family: "OTADESIGN Rounded";
|
|
|
|
src: url("/assets/otadesign_rounded.woff2") format('woff2'),
|
|
|
|
url("/assets/otadesign_rounded.woff") format('woff');
|
2020-08-04 16:43:13 +09:00
|
|
|
}
|
|
|
|
|
2022-11-25 18:05:06 +09:00
|
|
|
.font-misskey {
|
|
|
|
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;
|
|
|
|
font-size: 16px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-08-04 12:13:41 +09:00
|
|
|
}
|