diff --git a/shared/styles/globals.ts b/shared/styles/globals.ts index ceb6099b2..c79bdb334 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 2ca4308d9..f76e9c6a2 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,