Skip to content
Snippets Groups Projects
Commit 466cbd98 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Replace Font Awesome with inline SVG icons

Font Awesome 4 adds 106kB of dependencies on each page and require to
query multiple assets. It also sometimes causes icons to appear after
page loading. Font Awesome 4 is deprecated and replaced by version 5
which is not packaged in every GNU/Linux distributions.

This commit replaces icons with inline SVG which does not require
external assets, does not require an additionnal dependency and is
widely supported by modern browsers. It makes the page loading faster
and enables us to no longer require fonts-font-awesome Debian package.
parent 0bd447b6
No related tags found
Loading
Pipeline #9415 passed with stages
in 15 minutes and 30 seconds