mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[WIP] Added support for italics and additional font weights
This commit is contained in:
@@ -42,7 +42,7 @@ var styles = StyleSheet.create({
|
||||
},
|
||||
text: {
|
||||
fontSize: 19,
|
||||
fontWeight: 'bold',
|
||||
fontWeight: '500',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user