mirror of
https://github.com/boostorg/boostlook.git
synced 2026-02-24 16:02:14 +00:00
fix: match body text to Figma specs
- font-variation-settings: wght 400, wdth 95 - line-height: 120% - letter-spacing: -1% - color: Text/Secondary
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user