diff --git a/assets/fonts/Prompt-Light.ttf b/assets/fonts/Prompt-Light.ttf deleted file mode 100644 index e00a747..0000000 Binary files a/assets/fonts/Prompt-Light.ttf and /dev/null differ diff --git a/styles/index.js b/styles/index.js index dad8509..9ea82c6 100644 --- a/styles/index.js +++ b/styles/index.js @@ -13,8 +13,7 @@ export const shadesOfRed = [ export const cycleDayColor = '#29287f' export const periodColor = '#802249' -const fontRegular = 'Prompt-Light' -const fontLight = 'Prompt-Thin' +const headerFont = 'Prompt-Thin' const textFont = 'Dosis-Light' const textFontLight = 'Dosis-ExtraLight' @@ -67,13 +66,13 @@ export default StyleSheet.create({ }, dateHeader: { fontSize: 20, - fontFamily: fontLight, + fontFamily: headerFont, color: fontOnPrimaryColor, textAlign: 'center', }, headerText: { fontSize: 30, - fontFamily: fontLight, + fontFamily: headerFont, color: fontOnPrimaryColor, textAlign: 'center', }, @@ -150,7 +149,7 @@ export default StyleSheet.create({ fontSize: 15, color: fontOnPrimaryColor, textAlign: 'center', - fontFamily: fontLight + fontFamily: headerFont }, symptomViewHeading: { fontSize: 20, @@ -238,11 +237,11 @@ export default StyleSheet.create({ }, menuText: { color: fontOnPrimaryColor, - fontFamily: fontLight + fontFamily: headerFont }, menuTextInActive: { color: colorInActive, - fontFamily: fontLight + fontFamily: headerFont }, temperatureTextInput: { fontSize: 20,