Basic Blockquote Change the font weight of the quote text. Demo

Semibold Weight


This is a blockquote component with weight set to semibold.

Bold Weight


This is a blockquote component with weight set to bold.

Twig
{% include '@bolt-components-blockquote/blockquote.twig' with {
  content: 'This is a blockquote component.',
  weight: 'bold',
} only %}
HTML
Not available in plain HTML. Please use Twig.