added old fonts back
This commit is contained in:
Binary file not shown.
Binary file not shown.
+5
-3
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user