Use Google icon web fonts - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Font

Description

Use Google icon web fonts

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
 </head> <!--   w  w  w.  java  2  s  . c o  m-->
 <body> 
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> 
  <i class="material-icons">face</i>  
 </body>
</html>

Related Tutorials