[WIP] Added support for italics and additional font weights

This commit is contained in:
Nick Lockwood
2015-03-25 16:22:59 -07:00
parent d131e1e09e
commit f124c32143
25 changed files with 220 additions and 112 deletions

View File

@@ -233,7 +233,7 @@ var styles = StyleSheet.create({
tryAgainText: {
color: '#ffffff',
fontSize: 20,
fontWeight: 'bold',
fontWeight: '500',
},
cell: {
width: CELL_SIZE,
@@ -259,7 +259,7 @@ var styles = StyleSheet.create({
fontSize: 24,
color: '#776666',
fontFamily: 'Verdana',
fontWeight: 'bold',
fontWeight: '500',
},
tile2: {
backgroundColor: '#eeeeee',