diff --git a/front/components/StyledText.tsx b/front/components/StyledText.tsx index 170056f55..7f4396ea5 100644 --- a/front/components/StyledText.tsx +++ b/front/components/StyledText.tsx @@ -48,6 +48,7 @@ const getFontFromWeight = (fontName: string, style?: StyleProp) => { : FontWeight.normal; return { fontFamily: getFontFamilyName(fontName, fontWeight), + fontWeight: FontWeight.normal, }; };