Skip to content

Commit

Permalink
fix(core): page info should use sans font (inter) (#6196)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 19, 2024
1 parent 9030ca5 commit 0695544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const root = style({
display: 'flex',
width: '100%',
justifyContent: 'center',
fontFamily: cssVar('fontFamily'),
fontFamily: cssVar('fontSansFamily'),
vars: {
[propertyNameCellWidth]: '160px',
},
Expand Down

0 comments on commit 0695544

Please sign in to comment.