Usage
--math-font-familyfor equation typography --math-spacingfor vertical rhythm around blocks --math-label-gap, --math-label-font-weight, and --math-label-colorfor equation labels
--math-spacing--content-spacing
Tokens
Math Block Tokens
--math-font-family | var(--font-family-math) | |
--math-spacing | var(--content-spacing) | |
--math-label-gap | var(--space-4) | |
--math-label-font-weight | var(--label-font-weight) | |
--math-label-font-style | var(--label-font-style) | |
--math-label-color | var(--label-color) |
Math Inline Tokens
--math-font-family
Examples
Default Math Block
:root {
/* No design token overrides */
}Custom Label Styling
:root {
--math-label-gap: var(--space-20);
--math-label-color: var(--color-gray-400);
--math-label-font-weight: normal;
}Inline Math
Image Fallbacks
max-height: 1.1em