@font-face {
    font-family: 'wizEditorIcons';
    src:    url("wizEditorIcons.eot");
    src:    url("wizEditorIcons.eot") format('embedded-opentype'),
    url("wizEditorIcons.ttf") format('truetype'),
    url("wizEditorIcons.woff") format('woff'),
    url("wizEditorIcons.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

.editor-icon {
    
    font-family: 'wizEditorIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-merge.editor-icon:before {
    content: "\e101";
}
.icon-insert.editor-icon:before {
    content: "\e102";
}
.icon-box.editor-icon:before {
    content: "\e103";
}
.icon-inner_box.editor-icon:before {
    content: "\e104";
}
.icon-oblique_line.editor-icon:before {
    content: "\e105";
}
.icon-align.editor-icon:before {
    content: "\e106";
}
.icon-align_left.editor-icon:before {
    content: "\e107";
}
.icon-align_center.editor-icon:before {
    content: "\e108";
}
.icon-align_right.editor-icon:before {
    content: "\e109";
}
.icon-valign_bottom.editor-icon:before {
    content: "\e10a";
}
.icon-valign_middle.editor-icon:before {
    content: "\e10b";
}
.icon-valign_top.editor-icon:before {
    content: "\e10c";
}
.icon-more.editor-icon:before {
    content: "\e10d";
}
