@font-face {
  font-family: 'Custom-LineIcons';
  src:  url('fonts/Custom-LineIcons.eot?bhl31z');
  src:  url('fonts/Custom-LineIcons.eot?bhl31z#iefix') format('embedded-opentype'),
    url('fonts/Custom-LineIcons.ttf?bhl31z') format('truetype'),
    url('fonts/Custom-LineIcons.woff?bhl31z') format('woff'),
    url('fonts/Custom-LineIcons.svg?bhl31z#Custom-LineIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-line"], [class*=" icon-line"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Custom-LineIcons' !important;
  speak: never;
  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;
}

.icon-linedocument-edit:before {
  content: "\e90d";
}
.icon-linedocument-edit1:before {
  content: "\e900";
}
.icon-linedesktop:before {
  content: "\e002";
}
