Icons not showing
I'm using Rails 5.2 and Boostrap 4.1.
Icons doesn't show on summernote's toolbar.

I followed the instructions from the Readme file. Any ideas?
I think summernote only works with Boostrap 3
I think summernote only works with Boostrap 3
The source files (at least summernote-lite) works fine if I use them without the gem 'summernote-rails'...
Do you get any error in the browser console?
I had this problem in production only, and I noticed CORS error related to the fonts in Chrome's console. I couldn't fix them, so I resorted to using the official CDN for the CSS and fonts: How I fixed it:
- I removed this gem
- I downloaded + required in
application.jsthesummercode.min.jsfound at https://summernote.org/ - in
layout/application.html, I inserted the CDN line:<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.css" rel="stylesheet">
That's all.
use CDN or download compiled file and make sure summernote font folder and summernote CSS has same folder location
