From b35cfb27957f65d06137952e9d047d6649ad6bd6 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 9 Apr 2020 23:45:39 +1000 Subject: [PATCH] Tweak font sizing for larger screens --- src/routes/FAQ.js | 4 ++-- src/theme.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/FAQ.js b/src/routes/FAQ.js index a11af74..0de3499 100644 --- a/src/routes/FAQ.js +++ b/src/routes/FAQ.js @@ -23,7 +23,7 @@ function FAQ() { }} my={2} > - + Frequently Asked Questions @@ -51,7 +51,7 @@ function FAQ() { Browser not supported for audio sharing. - + Using audio sharing relies on the browser supporting the audio capture feature of the Screen Capture API. Currently the two browsers that support this are Google Chrome and Microsoft Edge. To see if your diff --git a/src/theme.js b/src/theme.js index 61875fe..69d3137 100644 --- a/src/theme.js +++ b/src/theme.js @@ -20,7 +20,7 @@ export default { fontSizes: [12, 14, 16, 20, 24, 32, 48, 64, 72], fontWeights: { caption: 200, - body: 300, + body: 400, heading: 400, display: 400, }, @@ -46,7 +46,7 @@ export default { caption: { fontFamily: "body2", fontWeight: "caption", - fontSize: 10, + fontSize: 0, color: "gray", }, body2: {