Summernote: Question: Font and not fonts

Created on 29 Jan 2018  路  3Comments  路  Source: summernote/summernote

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

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings