Hello,
Thank you for the super plugin
I'm using webpack, and I want to move font to fonts folder and combine css files, the problem is the path, bcz you put font(and not fonts) under css folder, almost tools on the web(like bulma, bootstrap ..etc) have css and fonts folder in the root dist
Thank you
In the summernote CSS file change .font/ to ../font
What if there is a new version ?
I think the best way is to use sass/scss and make variable file with the path of font folder like new version of font awesome
Anyone who uses a different path in their project will have the same issue, there's no point changing it for one person and creating more issue for a lot of other people.
Most helpful comment
What if there is a new version ?
I think the best way is to use sass/scss and make variable file with the path of font folder like new version of font awesome