Novus Technologies Novus Technologies design kit v0.2.0
Menu

Foundations

Typography

Carlito is the locked Novus face, metric-identical to Calibri, open-source, self-hosted by the kit so it renders the same on every platform. The stack falls back to Calibri, then system sans. No other typeface appears in Novus work.

Aa Bb Cc 0123

Carlito 400 & 700 · Latin · self-hosted woff2

Specimen
<div>
  <p style="font-size:var(--text-display);line-height:var(--lh-display);font-weight:var(--weight-bold);margin:0">Aa Bb Cc 0123</p>
  <p class="muted" style="margin:0">Carlito 400 &amp; 700 · Latin · self-hosted woff2</p>
</div>

Type scale

TokenSizeSample
--text-xs12pxCaptions, eyebrows
--text-sm14pxSecondary, labels, tables
--text-base16pxBody copy
--text-lg20pxH4, large bullets
--text-xl24pxH3, app names
--text-2xl30pxH2
--text-4xl48pxH1

Rules

  • Weights: 400 regular, 700 bold; 600 falls back to 700. Emphasis by weight, never italics or all-caps shouting.
  • Body copy caps at ~68ch for readability (the kit sets this on paragraphs).
  • Carlito covers Latin plus common punctuation; exotic Unicode symbols render as tofu, draw icons as inline SVG instead.
  • Decks use a separate, larger slide scale (tokens.css §9), never on web pages.