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
fix: add slash separator and semicolon in @font-face CSS
The @fs URL prefix was concatenated directly with the font file path,
creating invalid URLS like `/@fsc:/path` insted of `/@fs/C:path`.
Additionally, the src property was missing a semicolon, causing CSS
parsing errors and preventing font requests from being made.
This caused 404 errors and font loading failures in dev mode.
0 commit comments