
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'texteditor';
  src: url('texteditor.eot?v=1.1.0');
  src: url('texteditor.eot?#iefix&v=1.1.0') format('embedded-opentype'), url('texteditor.woff?v=1.1.0') format('woff'), url('texteditor.ttf?v=1.1.0') format('truetype'), url('texteditor.svg?v=1.1.0#texteditor') format('svg');
  font-weight: normal;
  font-style: normal;
}
.texteditor {
  display: inline-block;
  font: normal normal normal 16px/1 texteditor;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.txt-format:before {
  content: "\F001";
}
.txt-bold:before {
  content: "\F002";
}
.txt-italic:before {
  content: "\F003";
}
.txt-underline:before {
  content: "\F004";
}
.txt-deleted:before {
  content: "\F005";
}
.txt-superscript:before {
  content: "\F006";
}
.txt-subscript:before {
  content: "\F007";
}
.txt-undo:before {
  content: "\F008";
}
.txt-redo:before {
  content: "\F009";
}
.txt-lists:before {
  content: "\F00A";
}
.txt-unorderedlist:before {
  content: "\F00B";
}
.txt-orderedlist:before {
  content: "\F00C";
}
.txt-outdent:before {
  content: "\F00D";
}
.txt-indent:before {
  content: "\F00E";
}
.txt-align:before {
  content: "\F00F";
}
.txt-align-left:before {
  content: "\F010";
}
.txt-align-right:before {
  content: "\F011";
}
.txt-align-center:before {
  content: "\F012";
}
.txt-align-justify:before {
  content: "\F013";
}