@font-face {
  font-family: 'materialIcon';
  src: url("../font/material.woff2") format('woff2');
}

[md-icon] {
  font-family: 'materialIcon';
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-size: 140%;
  width: 24px;
  float: left;
}