simpleshop_theme/lib/simpleshop_theme_web/components/layouts
Jamey Greenwood 0ade34d994 feat: add centralized fonts module for dynamic font loading
Create a DRY Fonts module that centralizes all font definitions and
generates @font-face declarations dynamically based on typography preset.

- Add Fonts module with typography font mappings
- Generate @font-face CSS in CSSGenerator based on active preset
- Add font preload links in shop_root layout for performance
- Remove hardcoded font-face declarations from CSS

This improves font loading performance by only loading fonts for the
active typography preset and preloading critical fonts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 00:33:24 +00:00
..
root.html.heex perf: self-host fonts and add /admin route 2026-01-20 22:54:07 +00:00
shop_root.html.heex feat: add centralized fonts module for dynamic font loading 2026-01-25 00:33:24 +00:00
shop.html.heex fix: resolve nested HTML documents causing LiveView binding errors 2026-01-21 20:20:39 +00:00