Home

Site Title

Usage

The site title is a text-only component used near the logo or header. Start with:

  • --site-title-font-size and --site-title-font-weight for emphasis

  • --site-title-color for contrast against the header background

Tokens

TokenDescriptionDefault Value
--site-title-font-familyFont familyvar(--layout-font-family)
--site-title-font-sizeFont sizevar(--font-size-lg)
--site-title-font-weightFont weight600
--site-title-colorText colorvar(--text-color-primary)

Examples

Subtle Title

:root {
  --site-title-font-size: var(--font-size-base);
  --site-title-color: var(--text-color-secondary);
}

Bold Title

:root {
  --site-title-font-weight: 700;
  --site-title-font-size: var(--font-size-xl);
}

Tips

Align with logo: Use similar visual weight between logo and title for a cohesive header.

Header contrast: Make sure --site-title-color is readable against --header-background.

© 2026 Stencila