From 911bb1f49234411bdbdb65d92e05354e76cb6327 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 31 Aug 2023 20:28:00 -0400 Subject: [PATCH] Prefer SF Pro on Mac --- shared/styles/globals.ts | 2 +- shared/styles/theme.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/styles/globals.ts b/shared/styles/globals.ts index ceb6099b2a..c79bdb334e 100644 --- a/shared/styles/globals.ts +++ b/shared/styles/globals.ts @@ -83,7 +83,7 @@ export default createGlobalStyle` } h1 { font-size: 36px; } h2 { font-size: 26px; } - h3 { font-size: 22px; } + h3 { font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 16px; } diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 2ca4308d94..f76e9c6a27 100644 --- a/shared/styles/theme.ts +++ b/shared/styles/theme.ts @@ -59,7 +59,7 @@ const buildBaseTheme = (input: Partial) => { return { fontFamily: - "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif", + "-apple-system, BlinkMacSystemFont, Inter, 'Segoe UI', Roboto, Oxygen, sans-serif", fontFamilyMono: "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace", fontWeightRegular: 400,