diff --git a/components/Breadcrumbs/index.tsx b/components/Breadcrumbs/index.tsx
index 1939e47fa..f962feff1 100644
--- a/components/Breadcrumbs/index.tsx
+++ b/components/Breadcrumbs/index.tsx
@@ -24,7 +24,7 @@ export default async function Breadcrumbs() {
href={homeBreadcrumb.href!}
variant="breadcrumb"
>
-
+
diff --git a/components/TempDesignSystem/Link/link.module.css b/components/TempDesignSystem/Link/link.module.css
index 0b69b5973..13dbec1fa 100644
--- a/components/TempDesignSystem/Link/link.module.css
+++ b/components/TempDesignSystem/Link/link.module.css
@@ -21,6 +21,14 @@
line-height: var(--typography-Footnote-Bold-lineHeight);
}
+.link.breadcrumb {
+ font-family: var(--typography-Footnote-Bold-fontFamily);
+ font-size: var(--typography-Footnote-Bold-fontSize);
+ font-weight: var(--typography-Footnote-Bold-fontWeight);
+ letter-spacing: var(--typography-Footnote-Bold-letterSpacing);
+ line-height: var(--typography-Footnote-Bold-lineHeight);
+}
+
.icon {
align-items: center;
display: flex;