Switch to Font Awesome 5

This commit is contained in:
Jeremy Thomas
2024-03-23 19:25:04 +00:00
parent f09a0ec38f
commit 0f694f95c6
18 changed files with 157 additions and 148 deletions

View File

@@ -15,6 +15,8 @@
{%- endif %}
</title>
<link rel="stylesheet" href="{{ site.url }}/vendor/fontawesome-free-5.15.2-web/css/all.min.css">
{% if page.fontawesome4 %}
<link rel="stylesheet" href="{{ site.data.icons.fontawesome4 }}">
{% endif %}