Typography & Gutenberg Blocks Showcase
This page demonstrates how common Gutenberg blocks are styled in the theme: headings, paragraphs, links, lists, quotes, code, tables, separators, columns, media, buttons, and more.
This is a link example. Here is bold text, italic text, strikethrough, highlight, and inline code.
Headings
Heading level 3
Heading level 4
Heading level 5
Heading level 6
Lists
Unordered list:
- List item one
- List item two
- Nested item A
- Nested item B
- List item three
Ordered list:
- First item
- Second item
- Third item
Quotes & Pullquote
This is a standard quote block. It should have proper typography and spacing.
Quote citation
This is a pullquote block, typically more prominent.
Pullquote citation
Code
Inline code example: npm run build
<?php
// Code block example
add_action('init', function () {
// Your code here
});
Preformatted text keeps spacing.
Line 2
Indented line 3Table
| Feature | Supported | Notes |
|---|---|---|
| Responsive table | Yes | Check on mobile for horizontal scroll if needed |
| Striped rows | Theme dependent | May use default WP styling or theme styling |
| Alignment | Yes | Left/center/right as needed |
Media & Captions

Buttons
Columns
Column A
Text in the first column. This helps verify spacing and typography in multi-column layouts.
Column B
- List item
- List item
- List item
Typography Extras
Small text: this is small. Superscript: 102. Subscript: H2O. Abbreviation: SEO.
Separator & Spacer
Text after spacer to check vertical rhythm.