2024-08-14 14:10:46 +00:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:wght@100..900&display=swap');
|
2024-08-14 07:20:37 +00:00
|
|
|
|
2024-08-10 05:47:34 +00:00
|
|
|
html, body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
html, body, #app, .v-application {
|
|
|
|
overflow: auto !important;
|
2024-08-10 07:00:17 +00:00
|
|
|
|
2024-08-14 14:10:46 +00:00
|
|
|
font-family: "Roboto Slab", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif;
|
2024-08-14 07:20:37 +00:00
|
|
|
font-optical-sizing: auto;
|
|
|
|
font-weight: 500;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-mono, code, pre {
|
2024-08-14 07:25:57 +00:00
|
|
|
font-family: "Roboto Mono", monospace !important;
|
2024-08-10 07:00:17 +00:00
|
|
|
font-optical-sizing: auto;
|
|
|
|
font-weight: 500;
|
|
|
|
font-style: normal;
|
2024-08-10 05:47:34 +00:00
|
|
|
}
|