Skip to content

Prose

.vox-prose is a light-DOM utility class for a block of readable body copy — a comfortable reading measure plus the font size, line height, and color for long-form text. Included in voxblocks.css.

OpenVox began as a soft fork: functionally equivalent to open source Puppet, and intentionally compatible for as long as possible.

Stack multiple blocks and they space themselves apart automatically:

First block of prose.

Second block, spaced apart from the first.

html
<div class="vox-prose">
  <p>OpenVox began as a soft fork…</p>
</div>
<div class="vox-prose">
  <p>The real difference is who steers it.</p>
</div>

Released under the Apache-2.0 License.