Skip to content

Commit

Permalink
Update styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik authored Dec 12, 2023
1 parent 12048b6 commit 5cfdf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const spacing = {

export const typography = {
type: {
primary: '"Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif',
primary: 'var(--font-nunito-sans, 'Nunito Sans'), "Helvetica Neue", Helvetica, Arial, sans-serif',

Check failure on line 68 in src/components/shared/styles.ts

View workflow job for this annotation

GitHub Actions / release

',' expected.

Check failure on line 68 in src/components/shared/styles.ts

View workflow job for this annotation

GitHub Actions / release

',' expected.

Check failure on line 68 in src/components/shared/styles.ts

View workflow job for this annotation

GitHub Actions / release

',' expected.

Check failure on line 68 in src/components/shared/styles.ts

View workflow job for this annotation

GitHub Actions / release

':' expected.
code: '"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace',
},
weight: {
Expand Down

0 comments on commit 5cfdf9f

Please sign in to comment.