Fork me on GitHub
#luminus
<
2022-02-18
>
jmckitrick00:02:39

Also, is there a trick for getting material-icons to work? They’re in web jars, but I cannot seem to get them to appear.

sudakatux14:02:34

I managed to get material-ui both icons and components working here. https://github.com/Sudakatux/donttellmybroproxy It is not luminus but it may help

jmckitrick23:02:28

Thanks, I’ll take a look

jmckitrick12:02:12

I’m still having issues here. The browser dev tools shows none of the material icons font files can be found. Yet all the bulma files are.

Patrix12:02:59

Ive discussed this before on the IRC channel so can't find the solution. These days I just remove the material icons dependency and just manually adding font-awesome css and web font files in resources/public/font-awesome/ , since all the bulma examples use font awesome anyway.