HTML CSS examples for CSS Widget:Font
Use Google icon web fonts
<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>