Change font to OpenSans

This commit is contained in:
Julia Friesel
2019-01-22 17:31:56 +01:00
parent 282ed7a96d
commit dfa37952bd
10 changed files with 23 additions and 8 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export const periodColor = '#802249'
const headerFont = 'Prompt-ExtraLight'
const textFont = 'Dosis-Book'
const textFontBold = 'Dosis-medium'
const textFont = 'OpenSans-Light'
const textFontBold = 'OpenSans-SemiBold'
const regularSize = 16
const hintSize = 14