berrypod/lib/simpleshop_theme/theme
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
..
css_cache.ex feat: add CSS generation system with custom properties and ETS cache 2025-12-30 21:41:25 +00:00
css_generator.ex feat: add centralized fonts module for dynamic font loading 2026-01-25 00:33:24 +00:00
fonts.ex feat: add centralized fonts module for dynamic font loading 2026-01-25 00:33:24 +00:00
presets.ex feat: implement professional typography system with curated font pairings 2026-01-15 01:16:21 +00:00
preview_data.ex feat: add /collections/:slug routes with category filtering 2026-01-19 23:26:41 +00:00