font awesome

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">

4
3

                                      &lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://use.fontawesome.com/releases/v5.7.2/css/all.css&quot;
  integrity=&quot;sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr&quot;
  crossorigin=&quot;anonymous&quot;
/&gt;

4 (3 Votes)
0
4.44
9
Judith c 95 points

                                    tjhsr

4.44 (9 Votes)
0
3
1
SHREE6174 100 points

                                    &lt;link rel=&quot;stylesheet&quot; href=&quot;path/to/bootstrap/css/bootstrap.min.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;path/to/font-awesome/css/font-awesome.min.css&quot;&gt;

&lt;script src=&quot;https://kit.fontawesome.com/8aec3381bb.js&quot; crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;

3 (1 Votes)
0
0
0
ElHaix 110 points

                                    &lt;link
      rel=&quot;stylesheet&quot;
      href=&quot;https://use.fontawesome.com/releases/v5.13.0/css/all.css&quot;
      integrity=&quot;sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V&quot;
      crossorigin=&quot;anonymous&quot;
    /&gt;

0
0
3.5
5
Mathewb 120 points

                                    add_action( 'wp_enqueue_scripts', 'tthq_add_custom_fa_css' );

function tthq_add_custom_fa_css() {
wp_enqueue_style( 'custom-fa', 'https://use.fontawesome.com/releases/v5.0.6/css/all.css' );
}

3.5 (6 Votes)
0
4.33
6
Roxana 55 points

                                    Font Awesome is a font and icon toolkit based on CSS and Less.

It was made by Dave Gandy for use with Bootstrap, and later was incorporated
into the BootstrapCDN.

Font Awesome has a 38% market share among those websites that use third-party
font scripts on their platform, ranking it second place after Google Fonts.

4.33 (6 Votes)
0
Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source