Created
June 1, 2016 19:09
-
-
Save gaintsev/0321d54dfaa2d3e50500afcb53425090 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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