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

import fontawesome

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css";
Comment

PREVIOUS NEXT
Code Example
Html :: youtube autoplay video 
Html :: open link in new tab html 
Html :: bootstrap flexible card 
Html :: send email to link 
Html :: add icon to website tab 
Html :: vue datatable date format 
Html :: html make background black 
Html :: justify content 
Html :: bootstrap side by side columns 
Html :: how to add a description to a table html 
Html :: how to create a page break html 
Html :: how to add a browser tab icon 
Html :: html pi 
Html :: how to change tab logo html 
Html :: html minus sign 
Html :: html center button 
Html :: html link 
Html :: css hide image if not found 
Html :: html select default blank 
Html :: How to add images in select list 
Html :: how to change background image in html 
Html :: vue mobile prevent image mousedown 
Html :: html input file type csv 
Html :: how to disable right clicking on video using html 
Html :: html button with action link 
Html :: how to break between characters in html 
Html :: pass method to composite jsf component 
Html :: align right tailwind 
Html :: how to move navlink to the right in bootstrap 
Html :: underline hover mouse 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =