Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to import font awesome in html

<!-- Add this in your <head> tag -->
<link
      rel="stylesheet"
      href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
      integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V"
      crossorigin="anonymous"
    />
Comment

import font awesome

<!-- Add into <head> tag -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet" type="text/css">

<!-- Info CSS use 'font-family: FontAwesome;' (without quotes) -->
Comment

PREVIOUS NEXT
Code Example
Html :: html anchor tag open in new tab 
Html :: jquery ui cdn 
Html :: sweetalert2 cdn 
Html :: file input only images 
Html :: how to submit a form with submit button outside form 
Html :: favicon html link 
Html :: ion icon size small 
Html :: remove border in ion item 
Html :: bootstrap 5 overflow 
Html :: python jupyter markdown color 
Html :: center vertically and horizontally bootstrap 4 
Html :: taka html code 
Html :: python get html from url 
Html :: vscode user code snippet not working markdown 
Html :: Add a viewport meta tag to the document head to set the width of the layout viewport equal to the width of the device and set the initial scale of the viewport to 1.0. 
Html :: send email to link 
Html :: input datetime 
Html :: html accept png and jpg 
Html :: html skype 
Html :: justify-content-center react bootstrap 
Html :: change tab icon html 
Html :: plural of axis 
Html :: html basic 
Html :: css hide image if not found 
Html :: How can you make an email link 
Html :: View HTML5 Video on iOS devices without going to full screen 
Html :: html tag mp3 
Html :: html input type file accept excel 
Html :: how to make links in html 
Html :: listen on contenteditable 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =