@font-face {
    font-display: block;
    font-family: "summernote-local";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/summernote.eot?#iefix") format("embedded-opentype"),
         url("../../fonts/summernote.woff") format("woff"),
         url("../../fonts/summernote.ttf") format("truetype");
}

/*
 * Font Awesome también define reglas genéricas para pseudo-elementos de iconos.
 * Esta hoja carga al final para asegurar que Summernote use siempre sus glifos.
 */
[class^="note-icon"]::before,
[class*=" note-icon"]::before {
    font-family: "summernote-local" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    speak: none;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
