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: {