From 44c7e9d373d4efd0633a4b9679d3d3c84f7bcfaa Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Tue, 12 Feb 2019 11:11:27 -0500 Subject: [PATCH] fix font --- app/components/projects/Project.jsx | 7 ++++--- app/index.html | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/projects/Project.jsx b/app/components/projects/Project.jsx index 5b19600..d2e0676 100644 --- a/app/components/projects/Project.jsx +++ b/app/components/projects/Project.jsx @@ -18,7 +18,8 @@ const styles = theme => ({ gridTemplateRows: '1fr 4fr', gridColumnGap: '1em', gridRowGap: '36px', - margin: '1.75rem 4.5rem' + margin: '1.75rem 4.5rem', + fontFamily: theme.typography.fontFamily }, paper: { padding: theme.spacing.unit * 2, @@ -64,8 +65,8 @@ const styles = theme => ({ fontSize: '2rem' }, subtext: { - fontSize: '1rem', - opacity: '0.6' + ...theme.typography.caption, + fontSize: '1rem' } }) diff --git a/app/index.html b/app/index.html index f2c0f45..f2d20ec 100644 --- a/app/index.html +++ b/app/index.html @@ -3,6 +3,7 @@ Status.im Liquid Funding +