diff options
| author | jules <jules@carbonpictures.com> | 2017-06-04 17:07:25 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-06-04 17:07:25 +0000 |
| commit | 781a15e3a904cc73956f626794c57c5e99014392 (patch) | |
| tree | 8ff1836f7b0a9e60f8aff08b465218ed5f74684d /client/src/lib/views/contact.js | |
| parent | 0381d4cfd11c17aa5da9ba8d95ea7692dfbb03ec (diff) | |
| parent | 986b83ef5519ebb989ee4745d7a9715057dff972 (diff) | |
Merge branch 'master' of ghghgh.us:armory-fmf-cms
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', |
