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/components/text.js | |
| parent | 5cc9c731a37a54b5da0ac096f231b56d245885a6 (diff) | |
more stuff
Diffstat (limited to 'client/src/lib/components/text.js')
| -rw-r--r-- | client/src/lib/components/text.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/components/text.js b/client/src/lib/components/text.js index 17e3cb0..14641a0 100644 --- a/client/src/lib/components/text.js +++ b/client/src/lib/components/text.js @@ -22,7 +22,7 @@ export default class ClearText extends Component { const styles = StyleSheet.create({ text: { color: '#ffffff', - fontFamily: 'Futura-Medium', + fontFamily: '"Futura-Medium", sans-serif', textAlign: 'center', fontSize: 16, lineHeight: 30, |
