@font-face {
    font-family: 'icomoon';
    src:    ;
    src:     format('embedded-opentype'),
         format('truetype'),
         format('woff'),
         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';
}