[html] summernote 썸머노트 bold 볼드 안될때

/* Please add to your summernote.css / summernote-bs4.css file to fix bold. */
.note-editable b, .note-editable strong {
    font-weight: bold;
}
.note-editable b {
    font-weight: 800;
}

해당코드를 summernote  CSS  제일 아래에 추가한다.

댓글 남기기