@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url('<%= font_path('MaterialIcons-Regular.eot') %>'); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url('<%= font_path('MaterialIcons-Regular.woff2') %>') format('woff2'), url('<%= font_path('MaterialIcons-Regular.woff') %>') format('woff'), url('<%= font_path('MaterialIcons-Regular.ttf') %>') format('truetype'), url('<%= font_path('MaterialIcons-Regular.svg') %>#fontawesomeregular') format('svg'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 1em; display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; } .material-icons-stack { position: relative; } .material-icons-stack .material-icons { position: absolute; left: 0; } .material-icons-stack .material-icons:first-child { position: relative; }