diff --git a/example/src/Examples/TextExample.tsx b/example/src/Examples/TextExample.tsx
index 5a0fbd4e53..7ec7e3808a 100644
--- a/example/src/Examples/TextExample.tsx
+++ b/example/src/Examples/TextExample.tsx
@@ -58,16 +58,6 @@ const TextExample = () => {
Title Small
-
- Body Large
-
-
- Body Medium
-
-
- Body Small
-
-
Label Large
@@ -77,6 +67,16 @@ const TextExample = () => {
Label Small
+
+
+ Body Large
+
+
+ Body Medium
+
+
+ Body Small
+
>
)}
diff --git a/src/styles/themes/v3/tokens.tsx b/src/styles/themes/v3/tokens.tsx
index fa3252d042..b80aa22280 100644
--- a/src/styles/themes/v3/tokens.tsx
+++ b/src/styles/themes/v3/tokens.tsx
@@ -182,12 +182,14 @@ export const typescale = {
bodyLarge: {
...mediumType,
weight: '400',
+ font: ref.typeface.brandRegular,
lineHeight: 24,
size: 16,
},
bodyMedium: {
...mediumType,
weight: '400',
+ font: ref.typeface.brandRegular,
tracking: 0.25,
lineHeight: 20,
size: 14,
@@ -195,6 +197,7 @@ export const typescale = {
bodySmall: {
...mediumType,
weight: '400',
+ font: ref.typeface.brandRegular,
tracking: 0.4,
lineHeight: 16,
size: 12,