simpleshop_theme/lib
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
..
mix/tasks feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
simpleshop_theme feat: add centralized fonts module for dynamic font loading 2026-01-25 00:33:24 +00:00
simpleshop_theme_web feat: add centralized fonts module for dynamic font loading 2026-01-25 00:33:24 +00:00
simpleshop_theme_web.ex feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
simpleshop_theme.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00