Capital/assets/index.css
2024-08-14 22:10:46 +08:00

23 lines
693 B
CSS

@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');
html, body {
padding: 0;
margin: 0;
}
html, body, #app, .v-application {
overflow: auto !important;
font-family: "Roboto Slab", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.font-mono, code, pre {
font-family: "Roboto Mono", monospace !important;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}