Roosevelt Docs

Typography

Fascinate + Outfit twee-font systeem met semantische type scale

Typography

Roosevelt OPS gebruikt een twee-font systeem: Fascinate voor branding en Outfit voor alle UI-tekst.

Fonts

RolFontWeightsCSS VariableTailwind
Logo / BrandingFascinate400 (enige)--font-logofont-logo
Body / Headings / UIOutfit100–900 (variable)--font-sansfont-sans

Waarom Fascinate?

Art Deco logotype met hoog contrast. Kleur #5F2104 op wit geeft 12.31:1 — ruim WCAG AAA. Alleen voor branding, nooit voor body tekst.

Type Scale

ScaleSizeLine HeightWeightTailwindGebruik
Caption12px18px400text-captionMetadata, timestamps
Body14px20px400 / 500text-bodyStandaard body tekst
Subtitle16px26px500 / 600text-subtitleSubheadings, labels
Title16px26px600text-titleCard titels, sectie headers
Title L24px32px600text-title-lPagina titels
Display39px1.1600text-displayHero sectie titels
Hero49px1.1700text-heroLanding page hero

WCAG Contrast

CombinatieRatioLevel
#5F2104 (brand) op wit12.31:1AAA
#0A0F1A (label-primary) op wit17.4:1AAA
#334155 (label-secondary) op #F8FAFC~7:1AAA
#C4854A (brand dark) op #0a0a0a4.6:1AA

Code Voorbeelden

Branding

<h1 class="font-logo text-brand text-display">Roosevelt</h1>

Body tekst

<p class="font-sans text-body text-label-primary">
  Standaard body tekst in Outfit.
</p>

Heading hiërarchie

<h1 class="text-title-l font-semibold">Pagina Titel</h1>
<h2 class="text-title font-semibold">Sectie Titel</h2>
<p class="text-subtitle font-medium text-label-secondary">Subtitle</p>
<p class="text-body">Body tekst</p>
<span class="text-caption text-label-tertiary">Metadata</span>

Fascinate beperkingen

Fascinate heeft slechts één weight (400) en is bedoeld voor korte, grote tekst. Gebruik het nooit voor body tekst of kleine formaten.

On this page