Skip to content

Commit

Permalink
use fallback correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik committed Dec 15, 2023
1 parent 03a03bf commit 20fb435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const color = {
};

export const fontFamily = {
sans: 'var(--nunito-sans), "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif',
sans: 'var(--nunito-sans, "Nunito Sans"), "Helvetica Neue", Helvetica, Arial, sans-serif',
mono: '"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace',
};

Expand Down

0 comments on commit 20fb435

Please sign in to comment.