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

@@ -133,7 +133,7 @@ Your project folder should look like this:
<td>
<div class="icon-text has-text-html">
<span class="icon">
<i class="fa-brands fa-html5"></i>
<i class="fab fa-html5"></i>
</span>
</div>
</td>
@@ -144,7 +144,7 @@ Your project folder should look like this:
<td>
<div class="icon-text has-text-css">
<span class="icon">
<i class="fa-brands fa-css3"></i>
<i class="fab fa-css3"></i>
</span>
</div>
</td>
@@ -155,7 +155,7 @@ Your project folder should look like this:
<td>
<div class="icon-text has-text-success">
<span class="icon">
<i class="fa-solid fa-code"></i>
<i class="fas fa-code"></i>
</span>
</div>
</td>
@@ -166,7 +166,7 @@ Your project folder should look like this:
<td>
<div class="icon-text has-text-sass">
<span class="icon">
<i class="fa-brands fa-sass"></i>
<i class="fab fa-sass"></i>
</span>
</div>
</td>
@@ -177,7 +177,7 @@ Your project folder should look like this:
<td>
<div class="icon-text has-text-js">
<span class="icon">
<i class="fa-brands fa-js"></i>
<i class="fab fa-js"></i>
</span>
</div>
</td>