mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[WIP] Added support for italics and additional font weights
This commit is contained in:
@@ -94,6 +94,6 @@ var AdSupportIOSExample = React.createClass({
|
||||
|
||||
var styles = StyleSheet.create({
|
||||
title: {
|
||||
fontWeight: 'bold',
|
||||
fontWeight: '500',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user