From 3e72bfa56c860826429a842f6c128d78d4a930db Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 19:47:08 -0400 Subject: react-native-web port of fmf app --- client/src/lib/components/htmlStyles.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 client/src/lib/components/htmlStyles.js (limited to 'client/src/lib/components/htmlStyles.js') diff --git a/client/src/lib/components/htmlStyles.js b/client/src/lib/components/htmlStyles.js new file mode 100644 index 0000000..4037f9d --- /dev/null +++ b/client/src/lib/components/htmlStyles.js @@ -0,0 +1,32 @@ +import { + StyleSheet, +} from 'react-native' + +export default StyleSheet.create({ + p: { + color: 'white', + fontFamily: 'Futura-Medium', + textAlign: 'justify', + fontSize: 16, + lineHeight: 30, + }, + b: { + fontFamily: 'Futura-MediumItalic', + color: 'white', + fontSize: 16, + lineHeight: 30, + }, + i: { + fontFamily: 'Futura-MediumItalic', + color: 'white', + fontSize: 16, + lineHeight: 30, + }, + a: { + color: 'white', + fontFamily: 'Futura-Medium', + textDecorationLine: 'underline', + fontSize: 16, + lineHeight: 30, + }, +}) -- cgit v1.2.3-70-g09d2