summaryrefslogtreecommitdiff
path: root/client/src/lib/components/button.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-06-04 17:07:25 +0000
committerjules <jules@carbonpictures.com>2017-06-04 17:07:25 +0000
commit781a15e3a904cc73956f626794c57c5e99014392 (patch)
tree8ff1836f7b0a9e60f8aff08b465218ed5f74684d /client/src/lib/components/button.js
parent0381d4cfd11c17aa5da9ba8d95ea7692dfbb03ec (diff)
parent986b83ef5519ebb989ee4745d7a9715057dff972 (diff)
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'client/src/lib/components/button.js')
-rw-r--r--client/src/lib/components/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/components/button.js b/client/src/lib/components/button.js
index a5cf8ea..ca8388b 100644
--- a/client/src/lib/components/button.js
+++ b/client/src/lib/components/button.js
@@ -33,7 +33,7 @@ export default class Button extends Component {
const styles = StyleSheet.create({
text: {
color: '#000',
- fontFamily: 'Futura-Medium',
+ fontFamily: '"Futura-Medium", sans-serif',
textAlign: 'center',
padding: 0,
},