Browse Source

Add Helvetica fonts to Android playground app

Guy Carmeli 6 years ago
parent
commit
3dd035d6e0

BIN
playground/android/app/src/main/assets/fonts/HelveticaNeue-CondensedBold.ttf View File


BIN
playground/android/app/src/main/assets/fonts/HelveticaNeue-Italic.ttf View File


+ 2
- 1
playground/src/screens/OptionsScreen.js View File

26
         },
26
         },
27
         subtitle: {
27
         subtitle: {
28
           text: 'Static Subtitle',
28
           text: 'Static Subtitle',
29
-          color: 'red'
29
+          color: 'red',
30
+          fontFamily: 'HelveticaNeue-Italic'
30
         },
31
         },
31
         background: {
32
         background: {
32
           component: 'TopBarBackground'
33
           component: 'TopBarBackground'