Purpose#
This page gives an overview of Assets/fonts/.Assets/fonts/ contains the font files used by the theme.What belongs here#
Webfont files (.woff2, .woff, potentially .ttf when needed).
Icon fonts used by the theme.
Recommended practices#
Prefer .woff2 for best compression and modern browser support.
Keep font filenames stable (fonts are often referenced in generated CSS).
Keep a clear mapping between font family names and files.
Licensing#
If the theme includes third-party fonts, keep:This avoids compliance issues later.What should not go here#
Large vendor libraries unrelated to fonts.
Images (use Assets/images/).
Modified at 2026-04-14 13:18:56