Browse Source

Fix font name in styling.md (#3003)

Rafael Viotti 6 years ago
parent
commit
b68b15a037
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/docs/styling.md

+ 3
- 3
docs/docs/styling.md View File

98
       text: 'Title',
98
       text: 'Title',
99
       fontSize: 14,
99
       fontSize: 14,
100
       color: 'red',
100
       color: 'red',
101
-      fontFamily: 'Halvetica',
101
+      fontFamily: 'Helvetica',
102
       component: 'example.CustomTopBarTitle',
102
       component: 'example.CustomTopBarTitle',
103
       componentAlignment: 'center',
103
       componentAlignment: 'center',
104
     },
104
     },
106
       text: 'Title',
106
       text: 'Title',
107
       fontSize: 14,
107
       fontSize: 14,
108
       color: 'red',
108
       color: 'red',
109
-      fontFamily: 'Halvetica',
109
+      fontFamily: 'Helvetica',
110
       alignment: 'center'
110
       alignment: 'center'
111
     },
111
     },
112
     background: {
112
     background: {
126
     backgroundColor: 'white',
126
     backgroundColor: 'white',
127
     tabColor: 'red',
127
     tabColor: 'red',
128
     selectedTabColor: 'blue',
128
     selectedTabColor: 'blue',
129
-    fontFamily: 'Halvetica',
129
+    fontFamily: 'Helvetica',
130
     fontSize: 10
130
     fontSize: 10
131
   },
131
   },
132
   bottomTab: {
132
   bottomTab: {