Prefer SF Pro on Mac
This commit is contained in:
@@ -83,7 +83,7 @@ export default createGlobalStyle<Props>`
|
|||||||
}
|
}
|
||||||
h1 { font-size: 36px; }
|
h1 { font-size: 36px; }
|
||||||
h2 { font-size: 26px; }
|
h2 { font-size: 26px; }
|
||||||
h3 { font-size: 22px; }
|
h3 { font-size: 20px; }
|
||||||
h4 { font-size: 18px; }
|
h4 { font-size: 18px; }
|
||||||
h5 { font-size: 16px; }
|
h5 { font-size: 16px; }
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ const buildBaseTheme = (input: Partial<Colors>) => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
fontFamily:
|
fontFamily:
|
||||||
"Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif",
|
"-apple-system, BlinkMacSystemFont, Inter, 'Segoe UI', Roboto, Oxygen, sans-serif",
|
||||||
fontFamilyMono:
|
fontFamilyMono:
|
||||||
"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
|
"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
|
||||||
fontWeightRegular: 400,
|
fontWeightRegular: 400,
|
||||||
|
|||||||
Reference in New Issue
Block a user