feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-family: var(--ff-fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 1.8rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.2rem;
|
||||
@@ -27,7 +27,7 @@
|
||||
border-radius: 0.4rem;
|
||||
color: var(--some-black-color, #000);
|
||||
display: flex;
|
||||
font-family: var(--ff-fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 700;
|
||||
gap: 0.4rem;
|
||||
|
||||
Reference in New Issue
Block a user