Upgrade to fontawesome 5.

Issue #521 closed
Brian Lewis repo owner created an issue

Some new icons we can use for new menus.

Installtion is a bit of a kludge:

all.css is renamed to font-awesome.css so the grunt build of pineapples.css does not have to be changed.

All the font files are copied into css/fonts folder, the old ones removed ( all different names now)

So - the new font-awesome.css was edited to change font path from

../webfonts/

to

./fonts/

And - surprisingly - it works.

This means the references in start.cshtml to font-awesome can go; they have been the source of 404 error for a long time.

Could remote=true mode could try to load font awesome from cdn?

Comments (1)

  1. Log in to comment