Prefer SF Pro on Mac

This commit is contained in:
Tom Moor
2023-08-31 20:28:00 -04:00
parent c9f0c86719
commit 911bb1f492
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ export default createGlobalStyle<Props>`
}
h1 { font-size: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

View File

@@ -59,7 +59,7 @@ const buildBaseTheme = (input: Partial<Colors>) => {
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,