changed standard text fonts to dosis-light/dosis-extralight

This commit is contained in:
susott
2018-12-01 16:05:15 +01:00
parent 16702284fd
commit 72c35b0711
14 changed files with 45 additions and 9 deletions
+4 -3
View File
@@ -13,8 +13,9 @@ export const shadesOfRed = [
export const cycleDayColor = '#29287f'
export const periodColor = '#802249'
const fontRegular = 'Prompt-Light'
const fontLight = 'Prompt-Thin'
//const fontRegular = 'Prompt-Light'
const fontRegular = 'Dosis-Light'
const fontLight = 'Dosis-ExtraLight'
const regularSize = 16
@@ -396,4 +397,4 @@ export const iconStyles = {
menuIconInactive: {
color: colorInActive,
},
}
}