Skip to content

Commit

Permalink
fix: tweak font size to fixed px
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jan 11, 2023
1 parent e17f4f2 commit 6a391b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/typography.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export const [fontThemeClassName, capsizeVars] = createTheme({
}),
},
tiny: {
capHeight: '9',
capHeight: '8.727272',
values: precomputeValues({
capHeight: 9,
capHeight: 8.727272,
// leading: 32,
fontMetrics: capsizeFontMetricsInter,
}),
Expand Down

0 comments on commit 6a391b3

Please sign in to comment.