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

[class^="icon-edit"], [class*=" icon-edit"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'edit' !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-editedit:before {
    content: "\e900";
}

