--- localeCode: en-US order: 16 category: Basic title: Typography subTitle: Typography icon: doc-typography brief: The basic format of text, images, and paragraphs. --- ## When to Use - To display the text content of articles, blogs, logs, etc. - To take basic operations such as copying and omitting text. ## Demos ### How to import ```jsx import import { Typography } from '@douyinfe/semi-ui'; ``` ### Title Use `heading` to set different levels of headint title. ```jsx live=true import React from 'react'; import { Typography } from '@douyinfe/semi-ui'; function Demo() { const { Title } = Typography; return (