Skip to content

Commit b5f8e44

Browse files
authored
fix(text): allow theming font family (#720)
1 parent f7cff1e commit b5f8e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/typography/text/text.styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const getBaseStyles = (props, theme) => {
88
};
99

1010
return `
11-
font-family: ${vars.fontFamilyDefault};
11+
font-family: ${overwrittenVars.fontFamilyDefault};
1212
color: ${overwrittenVars.colorSolid};
1313
`;
1414
};

0 commit comments

Comments
 (0)