You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move font style template from <style> to <script type='text/template'>
- This prevents Vite from processing CSS content and trying to resolve font URLs
- Template is still used by JavaScript to dynamically generate font styles
- Fixes 'fontname.ttf didn't resolve at build time' warnings
- Maintains existing functionality for dynamic font switching
0 commit comments