use font-awesome
This commit is contained in:
parent
e8cfb87012
commit
781c8602d9
5 changed files with 19746 additions and 3701 deletions
|
@ -10,3 +10,9 @@ import './styles/app.scss';
|
|||
|
||||
// start the Stimulus application
|
||||
import './bootstrap';
|
||||
|
||||
// Fontawesome
|
||||
import '@fortawesome/fontawesome-free/js/fontawesome'
|
||||
import '@fortawesome/fontawesome-free/js/solid'
|
||||
import '@fortawesome/fontawesome-free/js/regular'
|
||||
import '@fortawesome/fontawesome-free/js/brands'
|
||||
|
|
Reference in a new issue