diff --git a/assets/fonts/Prompt-Light.ttf b/assets/fonts/Prompt-Light.ttf new file mode 100644 index 0000000..e00a747 Binary files /dev/null and b/assets/fonts/Prompt-Light.ttf differ diff --git a/assets/fonts/Prompt-Thin.ttf b/assets/fonts/Prompt-Thin.ttf new file mode 100644 index 0000000..2767999 Binary files /dev/null and b/assets/fonts/Prompt-Thin.ttf differ diff --git a/styles/index.js b/styles/index.js index 5b93442..f6db098 100644 --- a/styles/index.js +++ b/styles/index.js @@ -15,7 +15,7 @@ export const periodColor = '#802249' //const fontRegular = 'Prompt-Light' const fontRegular = 'Dosis-Light' -const fontLight = 'Dosis-ExtraLight' +const fontLight = 'Promt-Light' const regularSize = 16 @@ -32,7 +32,7 @@ export default StyleSheet.create({ }, appTextLight: { color: 'black', - fontFamily: fontLight, + fontFamily: 'Promt-Light', fontSize: regularSize }, paragraph: { @@ -40,6 +40,7 @@ export default StyleSheet.create({ }, emphasis: { fontWeight: 'bold', + fontFamily: fontRegular, }, title: { fontSize: 18, @@ -251,7 +252,8 @@ export default StyleSheet.create({ padding: 7, }, settingsSegmentTitle: { - fontWeight: 'bold' + fontWeight: 'bold', + fontFamily: fontRegular }, settingsButton: { backgroundColor: secondaryColor,