🐛 fix stg typo

This commit is contained in:
Maxime Lalo 2024-07-19 15:06:25 +02:00
parent 959bbedcfa
commit 741bd79cc5
2 changed files with 3 additions and 3 deletions

View File

@ -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));

View File

@ -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 {