[WIP] Added support for italics and additional font weights

This commit is contained in:
Nick Lockwood
2015-03-25 16:09:08 -08:00
parent d131e1e09e
commit f124c32143
25 changed files with 220 additions and 112 deletions
+1 -1
View File
@@ -94,6 +94,6 @@ var AdSupportIOSExample = React.createClass({
var styles = StyleSheet.create({
title: {
fontWeight: 'bold',
fontWeight: '500',
},
});