feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: var(--fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 700;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
.value {
|
||||
font-family: var(--fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { _ } from "@/lib/translation"
|
||||
|
||||
import Title from "@/components/TempDesignSystem/Title"
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
|
||||
import ContactRow from "./ContactRow"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { _ } from "@/lib/translation"
|
||||
import Image from "@/components/Image"
|
||||
import Button from "@/components/TempDesignSystem/Button"
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
import Title from "@/components/TempDesignSystem/Title"
|
||||
import Title from "@/components/TempDesignSystem/Text/Title"
|
||||
|
||||
import Contact from "./Contact"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.preamble {
|
||||
font-family: var(--fira-sans);
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
font-size: 1.6rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.4rem;
|
||||
|
||||
Reference in New Issue
Block a user