mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +03:00
added editor font
This commit is contained in:
parent
220f7006c0
commit
9bf82ee583
@ -10,6 +10,7 @@ export default EStyleSheet.create({
|
||||
padding: 5,
|
||||
paddingHorizontal: 10,
|
||||
marginRight: 8,
|
||||
fontFamily: '$editorFont',
|
||||
},
|
||||
isPin: {
|
||||
backgroundColor: '$primaryBlue',
|
||||
|
@ -5,5 +5,6 @@ export default EStyleSheet.create({
|
||||
color: '$primaryBlack',
|
||||
fontWeight: 'bold',
|
||||
fontSize: 24,
|
||||
fontFamily: '$editorFont',
|
||||
},
|
||||
});
|
||||
|
@ -14,6 +14,7 @@ export default EStyleSheet.create({
|
||||
marginVertical: 16,
|
||||
paddingHorizontal: 16,
|
||||
color: '$primaryBlack',
|
||||
fontFamily: '$editorFont',
|
||||
},
|
||||
inlinePadding: {
|
||||
padding: 8,
|
||||
|
@ -35,5 +35,6 @@ export default {
|
||||
|
||||
// Fonts Properties
|
||||
$primaryFont: 'Roboto',
|
||||
$editorFont: 'RobotoMono-Regular',
|
||||
$primaryLatterSpacing: 0,
|
||||
};
|
||||
|
@ -35,5 +35,6 @@ export default {
|
||||
|
||||
// Fonts Properties
|
||||
$primaryFont: 'Roboto',
|
||||
$editorFont: 'RobotoMono-Regular',
|
||||
$primaryLatterSpacing: 0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user