material icon google fonts code example
Example 1: google material icons
<i class="material-icons">face</i>
Example 2: font googleapis material icons
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<i class="material-icons">face</i>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">