для правильной загрузки значков в summernote 8.15, вам необходимо включить их в ваши css / s css файлы
ex. css/fonts.scss
/* summernote 8.15 need to include it font-face*/
@font-face {
font-family: "summernote";
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('/fonts/font/summernote.eot');
src: url('/fonts/font/summernote.eot?#iefix') format("embedded-opentype"),
url('/fonts/font/summernote.woff2') format("woff2"),
url('/fonts/font/summernote.woff') format("woff"),
url('/fonts/font/summernote.ttf') format("truetype");}
, а затем в ваши ресурсы вам необходимо скопировать папку шрифтов summernote 8.15
assets/
- css/
--fonts.scss
-fonts/
--font/
---summernote.eot
---summernote.woff2
---summernote.woff
---summernote.ttf
см. Документы Summernote https://summernote.org/