2022-01-17 06:27:55 +08:00
|
|
|
@font-face {
|
2022-02-19 01:19:05 +08:00
|
|
|
font-family: "Inter-Regular";
|
|
|
|
src: url("/fonts/Inter-Regular.woff2") format('woff2');
|
2022-01-17 06:27:55 +08:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|
|
|
|
|
2022-01-17 06:27:55 +08:00
|
|
|
@font-face {
|
|
|
|
font-family: "Eina-Bold";
|
|
|
|
src: url("/fonts/eina-01-bold.woff2") format('woff2');
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|
|
|
|
|
2022-01-17 06:27:55 +08:00
|
|
|
/* width */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Track */
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: #16161a;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background: rgb(133, 133, 133);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #48b7b0;
|
2022-01-16 22:40:15 +08:00
|
|
|
}
|