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

@@ -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,