google font icons code example
Example 1: material icons cdn
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Example 2: google material icons change width
// css
.material-icons.md-48 { font-size: 48px; }
// html
<i class="material-icons md-48">important_devices</i>