diff --git a/boostlook-v3.css b/boostlook-v3.css index 5dce405..f7a9eff 100644 --- a/boostlook-v3.css +++ b/boostlook-v3.css @@ -1025,7 +1025,10 @@ body :not(pre):not([class^="L"]) > code { /* Base Container */ .boostlook { font-family: var(--font-family-body, "Noto Sans") !important; - font-variation-settings: "wght" 350, "wdth" 87.5; + font-variation-settings: "wght" 400, "wdth" 95; + line-height: 120%; + letter-spacing: -0.01em; + color: var(--text-main-text-body-secondary, #585A64); background: var(--surface-background-main-base-primary, #fff); } diff --git a/src/css/05-global-typography.css b/src/css/05-global-typography.css index 39021f2..118e429 100644 --- a/src/css/05-global-typography.css +++ b/src/css/05-global-typography.css @@ -18,7 +18,10 @@ /* Base Container */ .boostlook { font-family: var(--font-family-body, "Noto Sans") !important; - font-variation-settings: "wght" 350, "wdth" 87.5; + font-variation-settings: "wght" 400, "wdth" 95; + line-height: 120%; + letter-spacing: -0.01em; + color: var(--text-main-text-body-secondary, #585A64); background: var(--surface-background-main-base-primary, #fff); }