diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-03 23:11:41 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-03 23:11:41 -0400 |
| commit | 986b83ef5519ebb989ee4745d7a9715057dff972 (patch) | |
| tree | 3c0134c18d21f93f56cb2d5533c7c9795952b3eb /client/src/lib/views/contact.js | |
| parent | 5cc9c731a37a54b5da0ac096f231b56d245885a6 (diff) | |
more stuff
Diffstat (limited to 'client/src/lib/views/contact.js')
| -rw-r--r-- | client/src/lib/views/contact.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/lib/views/contact.js b/client/src/lib/views/contact.js index 74f79b5..19bec89 100644 --- a/client/src/lib/views/contact.js +++ b/client/src/lib/views/contact.js @@ -241,7 +241,7 @@ const styles = StyleSheet.create({ height: 40, padding: 5, fontSize: 15, - fontFamily: 'Futura-Medium', + fontFamily: '"Futura-Medium", sans-serif', backgroundColor: 'white', borderColor: 'gray', borderWidth: 1, @@ -263,7 +263,7 @@ const styles = StyleSheet.create({ }, checkboxLabelStyle: { color: '#ddd', - fontFamily: 'Futura-Medium', + fontFamily: '"Futura-Medium", sans-serif', }, keyboardAvoidingViewInner: { alignItems: 'center', |
