added old fonts back

This commit is contained in:
susott
2018-12-02 19:08:14 +01:00
parent ab55bf4f94
commit 7d802184f0
3 changed files with 5 additions and 3 deletions
Binary file not shown.
Binary file not shown.
+5 -3
View File
@@ -15,7 +15,7 @@ export const periodColor = '#802249'
//const fontRegular = 'Prompt-Light' //const fontRegular = 'Prompt-Light'
const fontRegular = 'Dosis-Light' const fontRegular = 'Dosis-Light'
const fontLight = 'Dosis-ExtraLight' const fontLight = 'Promt-Light'
const regularSize = 16 const regularSize = 16
@@ -32,7 +32,7 @@ export default StyleSheet.create({
}, },
appTextLight: { appTextLight: {
color: 'black', color: 'black',
fontFamily: fontLight, fontFamily: 'Promt-Light',
fontSize: regularSize fontSize: regularSize
}, },
paragraph: { paragraph: {
@@ -40,6 +40,7 @@ export default StyleSheet.create({
}, },
emphasis: { emphasis: {
fontWeight: 'bold', fontWeight: 'bold',
fontFamily: fontRegular,
}, },
title: { title: {
fontSize: 18, fontSize: 18,
@@ -251,7 +252,8 @@ export default StyleSheet.create({
padding: 7, padding: 7,
}, },
settingsSegmentTitle: { settingsSegmentTitle: {
fontWeight: 'bold' fontWeight: 'bold',
fontFamily: fontRegular
}, },
settingsButton: { settingsButton: {
backgroundColor: secondaryColor, backgroundColor: secondaryColor,