Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Upgrade to Fontawesome v5.0.13 #357

Closed DewGew closed 5 years ago

DewGew commented 6 years ago

This is an upgrade on the icons to fontawesome 5.0.13. Only thing is that you need to change all your icons in CONFIG.js to fas fa-icon or far fa icon depending on what icon you need.

e.g: blocks[idx][icon] = 'fas fa-icon'; or blocks[idx][icon] = 'far fa-icon'; or for brands: blocks[idx][icon] = 'fab fa-chrome';

Fontawesome 5.0.13 Gallery

338

GitHub Logo