Gae58
April 16, 2024, 5:26pm
1
I would like to use fontawesone icons within the procedure I am making
I prefer to use cdn and use this code
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
In the html I use this code
<i class="far fa-clock"> </i>
But it doesn’t display my clock and I didn’t understand why
If this:
is a reference to the Font Awesome 4.7 set of icons, I do not see where it includes a clock icon identifiable by the css class names “far” and “fa-clock”.
See Font Awesome Icons for what’s available with that version.
Gae58
April 28, 2024, 2:43pm
3
Thanks for the suggestion, I changed the version and now it works