From 4e76e51270c920be21779121863f0ad3675a577c Mon Sep 17 00:00:00 2001 From: Santhoshkumar Sellavel Date: Thu, 26 Aug 2021 01:05:57 +0530 Subject: [PATCH] Styles h3/h4 missing bold fixed for web, desktop, iOS --- src/styles/styles.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/styles.js b/src/styles/styles.js index 79709475b5c3..8938a4b9fd95 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -60,11 +60,13 @@ const styles = { h3: { fontFamily: fontFamily.GTA_BOLD, fontSize: variables.fontSizeNormal, + fontWeight: fontWeightBold, }, h4: { fontFamily: fontFamily.GTA_BOLD, fontSize: variables.fontSizeLabel, + fontWeight: fontWeightBold, }, textAlignCenter: {