diff --git a/assets/fonts/dosis.book.ttf b/assets/fonts/Dosis-Book.ttf similarity index 100% rename from assets/fonts/dosis.book.ttf rename to assets/fonts/Dosis-Book.ttf diff --git a/assets/fonts/Dosis-medium.ttf b/assets/fonts/Dosis-medium.ttf new file mode 100644 index 0000000..2f28866 Binary files /dev/null and b/assets/fonts/Dosis-medium.ttf differ diff --git a/styles/index.js b/styles/index.js index c5b8153..dad8509 100644 --- a/styles/index.js +++ b/styles/index.js @@ -15,9 +15,10 @@ export const periodColor = '#802249' const fontRegular = 'Prompt-Light' const fontLight = 'Prompt-Thin' + const textFont = 'Dosis-Light' const textFontLight = 'Dosis-ExtraLight' -const textFontBold = 'book' +const textFontBold = 'Dosis-Book' const regularSize = 16 @@ -240,7 +241,8 @@ export default StyleSheet.create({ fontFamily: fontLight }, menuTextInActive: { - color: colorInActive + color: colorInActive, + fontFamily: fontLight }, temperatureTextInput: { fontSize: 20,