Files
react-test/docs/data/system/typography/FontFamily.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
195 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<Typography component="div">
<Box sx={{ fontFamily: 'default', m: 1 }}>Default</Box>
<Box sx={{ fontFamily: 'Monospace', fontSize: 'h6.fontSize', m: 1 }}>
Monospace
</Box>
</Typography>