メインコンテンツへスキップ

タイポグラフィ

公式ドキュメントを見る

Heading

h1, .h1

h2, .h2

h3, .h3

h4, .h4

h5, .h5
h6, .h6

Display Heading

.display-1

.display-2

.display-3

.display-4

.display-5

.display-6

段落

これはリードです。通常の段落よりも目立たせることができます。

これは通常の段落です。

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined.

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

引用文

A well-known quote, contained in a blockquote element.

リスト

番号なしリスト

  • This is a list.
  • It appears completely unstyled.
  • Structurally, it's still a list.
  • However, this style only applies to immediate child elements.
  • Nested lists:
    • are unaffected by this style
    • will still show a bullet
    • and have appropriate left margin
  • This may still come in handy in some situations.

番号つきリスト

  1. This is a list.
  2. It appears completely unstyled.
  3. Structurally, it's still a list.
  4. However, this style only applies to immediate child elements.
  5. Nested lists:
    • are unaffected by this style
    • will still show a bullet
    • and have appropriate left margin
  6. This may still come in handy in some situations.