Capital/assets/index.css

23 lines
700 B
CSS
Raw Normal View History

2024-08-16 13:13:16 +00:00
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&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&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;
font-family: "Comfortaa", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif !important;
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;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
2024-08-10 05:47:34 +00:00
}