1. Demo
  2. Notes
  3. .html
  4. .njk & context
  5. Full Screen ↗

Typography

TODO.

<div class="prose ">
  <p class="subheader">We are a membership-based organization.</p>
</div>
{{ c("typography", {
  "context": {
    "level": "p",
    "text": "A Common Horizon member is someone who has agreed to abide by our principles, pays dues, and has received an orientation to Common Horizon either online or through a local chapter."
  },
  "level": "p",
  "levelClass": "subheader",
  "text": "We are a membership-based organization."
}) }}