@font-face {
  font-family: 'Linearicons';
  font-weight: normal;
  font-style: normal;

  src: url(../fonts/Linearicons.eot); /* For IE6-8 */
  src: local('Linearicons'),
  local('Linearicons'),
  url('../fonts/Linearicons.woff') format('woff'),
  url('../fonts/Linearicons.ttf') format('truetype');
}

.linearicons,

[class^="linearicons-"], [class*=" linearicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linearicons-heart:before {
  content: "\e98c";
}
.linearicons-user:before {
  content: "\ea1e";
}
.linearicons-cart:before {
  content: "\ea4d";
} 

.linearicons-magnifier:before {
  content: "\ec22";
}
.linearicons-cross:before {
  content: "\ec2a";
}
.linearicons-menu:before {
  content: "\ec2b";
}
.linearicons-chevron-left:before {
  content: "\ec3b";
}
.linearicons-chevron-right:before {
  content: "\ec3c";
}
