@font-face {
   font-family: 'Material Icons';
    src:
      url('//www.skills-depot.com/cdn/shop/t/22/assets/MaterialIcons-Regular.ttf?v=140144763421149266941789348894') format("truetype"),
      url('//www.skills-depot.com/cdn/shop/t/22/assets/MaterialIcons-Regular.woff?v=64589879276573835111789348894') format("woff"),
      url('//www.skills-depot.com/cdn/shop/t/22/assets/MaterialIcons-Regular.woff2?v=108585033652713365741789348894') format("woff2"),
      url('//www.skills-depot.com/cdn/shop/t/22/assets/MaterialIcons-Regular.svg?v=23391360687590023001789348894#Material Icons') format("svg");
      
    font-weight: normal;
    font-style: normal;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
