🐛 fix stg typo
This commit is contained in:
parent
87caeea782
commit
7ae234735a
@ -3,7 +3,7 @@
|
||||
|
||||
.root {
|
||||
vertical-align: center;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: var(--font-text-family);
|
||||
|
||||
color: var(--data-color, var(--color-neutral-950));
|
||||
|
||||
|
@ -119,8 +119,8 @@
|
||||
--spacing-15: 120px;
|
||||
--spacing-16: 128px;
|
||||
/* string */
|
||||
--font-text-family: Poppins;
|
||||
--font-title-family: Poppins;
|
||||
--font-text-family: "Poppins", sans-serif;
|
||||
--font-title-family: "Poppins", sans-serif;
|
||||
}
|
||||
/* tokens */
|
||||
:root {
|
||||
|
Loading…
x
Reference in New Issue
Block a user