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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-size:before {
  content: "\e981";
}
.icon-unorder-list:before {
  content: "\e985";
}
.icon-align-center:before {
  content: "\e976";
}
.icon-align-justify:before {
  content: "\e977";
}
.icon-align-left:before {
  content: "\e978";
}
.icon-align-right:before {
  content: "\e979";
}
.icon-bold:before {
  content: "\e97A";
}
.icon-image:before {
  content: "\e97B";
}
.icon-indent-less:before {
  content: "\e97C";
}
.icon-indent-more:before {
  content: "\e97D";
}
.icon-italic:before {
  content: "\e97E";
}
.icon-link:before {
  content: "\e97F";
}
.icon-list:before {
  content: "\e980";
}
.icon-text-color:before {
  content: "\e982";
}
.icon-underline:before {
  content: "\e983";
}
.icon-insert-table:before {
  content: "\e984";
}




