Skip to content

Instantly share code, notes, and snippets.

@gaintsev
Created June 1, 2016 19:09
Show Gist options
  • Save gaintsev/0321d54dfaa2d3e50500afcb53425090 to your computer and use it in GitHub Desktop.
Save gaintsev/0321d54dfaa2d3e50500afcb53425090 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('../fonts/material-icons/materialicons-regular.woff2') format('woff2'),
url('../fonts/material-icons/materialicons-regular.woff') format('woff'),
url('../fonts/material-icons/materialicons-regular.ttf') format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment