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
the file name of the font files will be 'icons-a.*'.
However, because of the line fontName: options.templateFontName || options.fontName, I only have the value of templateFontName as file name available in the nunjucks template. Thus the font files can never be found.
Could you please fix this issue as soon as possible since I'm relying on this feature and can't continue for my project.
You could just add an additional filename attribute or pass in the whole config object. This would allow for even greater flexibility since you could then add extra attributes to your template for further customization
The text was updated successfully, but these errors were encountered:
If I have configured e.g.:
the file name of the font files will be 'icons-a.*'.
However, because of the line
fontName: options.templateFontName || options.fontName,
I only have the value of templateFontName as file name available in the nunjucks template. Thus the font files can never be found.Could you please fix this issue as soon as possible since I'm relying on this feature and can't continue for my project.
You could just add an additional filename attribute or pass in the whole config object. This would allow for even greater flexibility since you could then add extra attributes to your template for further customization
The text was updated successfully, but these errors were encountered: