@font-face {
  font-family: 'icomoon';
  src: url('/wp-content/themes/your-theme/assets/icomoon/fonts/icomoon.eot');
  src: url('/wp-content/themes/your-theme/assets/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/your-theme/assets/icomoon/fonts/icomoon.ttf') format('truetype'),
       url('/wp-content/themes/your-theme/assets/icomoon/fonts/icomoon.woff') format('woff'),
       url('/wp-content/themes/your-theme/assets/icomoon/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
}

.icon-home:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}