rosaqq / vote4u.eu

0 stars 0 forks source link

Serve SVGs directly instead of using boostrap-icons #1

Closed rosaqq closed 6 months ago

rosaqq commented 6 months ago

Currently the policy radio icons are being served from /img/sym and loaded through background-image css Evaluate if we can replicate the current look by using the icon font directly, e.g.: <i class="bi bi-shield-shaded"></i>

rosaqq commented 6 months ago

Decided against using BS-icons: google PageInsights flags stylesheet load time as significant... Of course we could do a non-blocking load but the icon usage is so simple we might as well serve the SVGs directly.

Issue title changed accordingly

image image