Is there a way to modify the font path that the package uses?
I'd like to use an icon in an error message when the connection to Meteor fails. This doesn't work because it appears that the font is loaded only when an icon is required. In my case, the loading won't work because the server would already be down.
If recommended, maybe it makes more sense to install via npm and modify the font path as described here.
Is there a way to modify the font path that the package uses?
I'd like to use an icon in an error message when the connection to Meteor fails. This doesn't work because it appears that the font is loaded only when an icon is required. In my case, the loading won't work because the server would already be down.
If recommended, maybe it makes more sense to install via npm and modify the font path as described here.