Skip to content

Commit f22692e

Browse files
authored
Merge pull request #919 from Keith-CY/use-system-fonts
feat(neuron-ui): set the default font style to use system fonts
2 parents 5cc20e0 + 70f4680 commit f22692e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/neuron-ui/src/theme.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import {
3434
import { registerIcons } from 'utils/icons'
3535

3636
loadTheme({
37+
defaultFontStyle: { fontFamily: 'inherit' },
3738
fonts: {
3839
tiny: { fontSize: '11px' },
3940
xSmall: { fontSize: '12px', lineHeight: '12px' },

0 commit comments

Comments
 (0)