added editor font

This commit is contained in:
u-e 2018-12-04 14:36:41 +03:00
parent 220f7006c0
commit 9bf82ee583
5 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export default EStyleSheet.create({
padding: 5,
paddingHorizontal: 10,
marginRight: 8,
fontFamily: '$editorFont',
},
isPin: {
backgroundColor: '$primaryBlue',

View File

@ -5,5 +5,6 @@ export default EStyleSheet.create({
color: '$primaryBlack',
fontWeight: 'bold',
fontSize: 24,
fontFamily: '$editorFont',
},
});

View File

@ -14,6 +14,7 @@ export default EStyleSheet.create({
marginVertical: 16,
paddingHorizontal: 16,
color: '$primaryBlack',
fontFamily: '$editorFont',
},
inlinePadding: {
padding: 8,

View File

@ -35,5 +35,6 @@ export default {
// Fonts Properties
$primaryFont: 'Roboto',
$editorFont: 'RobotoMono-Regular',
$primaryLatterSpacing: 0,
};

View File

@ -35,5 +35,6 @@ export default {
// Fonts Properties
$primaryFont: 'Roboto',
$editorFont: 'RobotoMono-Regular',
$primaryLatterSpacing: 0,
};