How do i use the font-awesome in html 🥺🥺. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i use the font-awesome in html 🥺🥺.

seem is the settings i dont get...can someone please help me out 😭🙏🙏🙏🙏

18th Dec 2020, 7:29 PM
Adeola Joseph Olamilekan
Adeola Joseph Olamilekan - avatar
1 Answer
+ 5
either using a cdn, <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" /> </head> <body> <div class="fa fa-car"></div> or downloading the font awesome files and using the right path to the files in your device
18th Dec 2020, 7:34 PM
Abhay
Abhay - avatar