feat(frontend): smaller font size
vi did:web:vt3e.cat
Sat, 09 May 2026 03:21:22 +0100
1 files changed,
9 insertions(+),
8 deletions(-)
jump to
M
frontend/src/css/index.css
→
frontend/src/css/index.css
@@ -1,5 +1,6 @@
-@import url('./evergarden.css'); -@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,slnt,wdth,wght,GRAD,ROND@6..144,-10..0,25..151,1..1000,0..100,0..100&display=swap'); +@import url("./evergarden.css"); +@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wdth,wght@6..144,25..151,1..1000&display=swap"); + ::-webkit-scrollbar { width: 0.5rem; height: 6px;@@ -45,15 +46,15 @@
body { color: hsl(var(--text)); - font-family: 'Google Sans Flex', sans-serif; + font-family: "Google Sans Flex", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-variation-settings: - 'slnt' 0, - 'wdth' 100, - 'GRAD' 0, - 'ROND' 100; + "slnt" 0, + "wdth" 100, + "GRAD" 0, + "ROND" 100; background-color: hsl(var(--crust));@@ -102,7 +103,7 @@ h1,
h2, h3, h4 { - font-variation-settings: 'ROND' 0; + font-variation-settings: "ROND" 0; } .main {