feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.cardSubtitle {
|
||||
font-family: var(--ff-fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 14.4px;
|
||||
|
||||
@@ -5,7 +5,7 @@ import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
import Header from "@/components/MyPages/Blocks/Header"
|
||||
import CardGrid from "@/components/TempDesignSystem/CardGrid"
|
||||
import Title from "@/components/TempDesignSystem/Title"
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
|
||||
import levelsData from "../data"
|
||||
|
||||
|
||||
@@ -31,10 +31,9 @@
|
||||
}
|
||||
|
||||
.level {
|
||||
font-size: var(--typography-Script-Mobile-fontSize, 18px);
|
||||
font-weight: var(--typography-Script-Mobile-fontWeight);
|
||||
font-style: italic;
|
||||
/* font-family: var(--ff-biro-script-plus); */
|
||||
font-family: var(--typography-Script-2-fontFamily);
|
||||
font-size: var(--typography-Script-2-Desktop-fontSize);
|
||||
font-weight: var(--typography-Script-2-fontWeight);
|
||||
}
|
||||
|
||||
.cardSubtitle {
|
||||
|
||||
Reference in New Issue
Block a user