AWESOME FONTs links

Font Awesome embed code!

     
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">

Get your icons up and running in just 2 steps!

    Copy this code & place in your HTML's <head>


·         Use any of Font Awesome 605+ icons in your project's UI


<script src="https://use.fontawesome.com/5e250b7a67.js"></script>

Get your icons up and running in just 2 steps!

·         Copy this code & place in your HTML's <head>

·         Use any of Font Awesome 605+ icons in your project's UI

Bootstrap  Glyphicons Fonts

To use the Google icons, add the following line inside the <head> section of your HTML page:
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

Exp

<i class="glyphicon glyphicon-envelope"></i>


      http://glyphicons.bootstrapcheatsheets.com/
r
   
   

Google Icons

To use the Google icons, add the following line inside the <head> section of your HTML page:
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

exp
<i class="material-icons">attachment</i>
For a complete list of all Google icons, visit the Google icon reference.

Font Awesome Icons

   To use the Google icons, add the following line inside the <head> section of your HTML page:
     <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">

   exp
    <i class="fa fa-heart"></i>
      For a complete list of all Font Awesome icons, visit the Font Awesome icon reference.

Comments

Post a Comment

Popular posts from this blog

Bootstrap Breakpoints