Use google font material icons - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Font

Description

Use google font material icons

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> 
 </head> <!--from www .  jav  a 2s .  c om-->
 <body> 
  <a class="material-icons">settings</a> 
  <a class="material-icons" id="inverted">settings</a>  
 </body>
</html>

Related Tutorials