Problema con font che non funzionano correttamente in un'applicazione Spring Boot/Spring MVC.Spring Boot - Font Awesome Errore di parsing OTS: Conversione fallita
Il problema è che tutti i file di carattere mostrano vari errori come sotto
Failed to decode downloaded font: http://localhost:8080/fonts/fontawesome-webfont.woff2?v=4.4.0
OTS parsing error: Failed to convert WOFF 2.0 font to SFNT
Failed to decode downloaded font: http://localhost:8080/fonts/fontawesome-webfont.woff?v=4.4.0
OTS parsing error: incorrect file size in WOFF header
Failed to decode downloaded font: http://localhost:8080/fonts/fontawesome-webfont.ttf?v=4.4.0
OTS parsing error: incorrect entrySelector for table directory
Non sono sicuro tali impostazioni influenzerebbe Maven. Maven era quello che ha introdotto il problema. – code