font

CSS design_tokens/font.css

  
    /* set font family */
    font-family: var(--font-sans);
    /* set size and adjust scale for specific font */
    font-size: calc(var(--font-size-70) * var(--font-sans-scale));
    /* set line-height corresponding to font size */
    line-height: var(--line-height-70);
    /* set offset corresponding to font family and size to align to baseline (remove extra --space on ::after) */
    padding: var(--font-padding-70);
  
  • body

    --font-serif

    "Tiempos Text", Athelas, Cambria, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif

    • Tiempos Headline Regular
    • Tiempos Headline Bold
  • title, UI

    --font-sans

    "ES Dokument Std", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", ES Dokument Std, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif

    • ES Dokument Std Regular
    • ES Dokument Std SemiBold