Icons
Material Symbols for marketing UI and Epicenter kit icons for product surfaces.
Overview
Marketing pages use Material Symbols for buttons and UI chrome.
Product-style icons (dashboard centers, navigation) live in the Epicenter Font Awesome kit — custom uploads whose slugs
start with epicenter.
Slug list: src/data/fontawesome-epicenter-kit-icons.ts. Kit script:
https://kit.fontawesome.com/c9e45c41d8.js.
Material Symbols
Variable icon font loaded in BrandKitLayout.astro. Use ligature names in markup, e.g.
arrow_forward_ios. See the buttons page for axis
demos.
Kit icons (epicenter…)
Uploaded kit icons from the Epicenter Font Awesome kit. Markup:
<i class="fa-kit fa-…"></i> — replace … with the slug below. Click a tile to copy the
slug (the part after fa-).
Usage
Decorative icons should include aria-hidden="true". Pair with visible text or an accessible name when the icon conveys meaning on its own.
<i class="fa-kit fa-epicenter-dashboard-icon-dashboard" aria-hidden="true"></i>
Short alias: fak fa-{slug}. Prefer fa-kit in new markup for clarity.