/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/data/system/typography/FontStyle.tsx.preview
5 строк
245 B
Siriwat K
[docs] Migrate content to the new location (#30757)
04 фев 2022, 07:13
Не верифицирован
04 фев 2022, 07:13
27f1c28
Код
Авторство
О чём код?
<Typography component="div"> <Box sx={{ fontStyle: 'normal', m: 1 }}>Normal font style.</Box> <Box sx={{ fontStyle: 'italic', m: 1 }}>Italic font Style.</Box> <Box sx={{ fontStyle: 'oblique', m: 1 }}>Oblique font style.</Box> </Typography>