Font Not Loading in FabricJS Canvas with WebFontLoader (Dynamic Import)
I’m working on a Nextjs project where I need to load a custom font (Rasa
from Google Fonts) into a FabricJS canvas, but I’m encountering an issue where the font is not applied until after I interact with the canvas (e.g., clicking on any text).