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
There's an issue when using custom fonts with absolute src paths. The problem arises in the resolveFontFiles function, where the absolute root is joined with the absolute source, leading to incorrect path resolution. This prevents the plugin from loading custom fonts specified with absolute paths.