Skip to content

Commit

Permalink
feat!: add inter to default (non-code) font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon authored and mariuslundgard committed Dec 7, 2023
1 parent 0fbe825 commit 23baaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/studioTheme/fonts.ts
Expand Up @@ -54,7 +54,7 @@ export const fonts: ThemeFonts = {
},
heading: {
family:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
weights: {
regular: 700,
medium: 800,
Expand Down Expand Up @@ -114,7 +114,7 @@ export const fonts: ThemeFonts = {
},
label: {
family:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", system-ui, sans-serif',
'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", system-ui, sans-serif',
weights: {
regular: 600,
medium: 700,
Expand Down Expand Up @@ -166,7 +166,7 @@ export const fonts: ThemeFonts = {
},
text: {
family:
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
'Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, system-ui, sans-serif',
weights: {
regular: 400,
medium: 500,
Expand Down

0 comments on commit 23baaa6

Please sign in to comment.