Skip to content

Commit 0a00a11

Browse files
authored
bump fontsize 11 to 12! (codesandbox#3483)
1 parent 1b35c57 commit 0a00a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/design-language/typography.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const fontSizes = [0, 9, 11, 13, 16, 19, 24, 28, 33, 40];
1+
export const fontSizes = [0, 9, 12, 13, 16, 19, 24, 28, 33, 40];
22

33
export const fontWeights = {
44
// matches Inter weights

0 commit comments

Comments
 (0)