diff --git a/assets/index.css b/assets/index.css index 8f35370..f8c7739 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,4 +1,4 @@ -@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'); +@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'); html, body { padding: 0; @@ -8,7 +8,7 @@ html, body { html, body, #app, .v-application { overflow: auto !important; - font-family: "Roboto Slab", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif; + font-family: "Comfortaa", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal;