feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
.subtitle {
|
||||
color: var(--some-black-color, #000);
|
||||
/* font-family: var(--ff-biro-script-plus); */
|
||||
font-family: var(--typography-Script-1-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.8rem;
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
.title {
|
||||
color: var(--some-black-color, #000);
|
||||
/* font-family: var(--ff-brandon-text); */
|
||||
font-family: var(--typography-Title-1-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 900;
|
||||
inline-size: 18rem;
|
||||
|
||||
Reference in New Issue
Block a user