mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
Prefer SF Pro on Mac
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user