@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?ft2ply');
    src:    url('fonts/icomoon.eot?ft2ply#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?ft2ply') format('truetype'),
        url('fonts/icomoon.woff?ft2ply') format('woff'),
        url('fonts/icomoon.svg?ft2ply#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;
}
[class^="cloud-icon-ui-link"]:before, [class*="cloud-icon-ui-link"]:before{
    content: '\e60a';
}
.icon-user:before {
    content: "\e61e";
}
.icon-arrow:before {
    content: "\e615";
}
.icon-index:before {
    content: "\e91e";
}
.icon-function:before {
    content: "\e65d";
}
.icon-setting:before {
    content: "\e62c";
}
.icon-prev:before {
    content: "\e613";
}
.icon-next:before {
    content: "\e614";
}
.icon-search:before {
    content: "\e62e";
}
.icon-function-view:before {
    content: '\e60f';
}