vdl-icon.css 973 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
.vdl-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vdl-icon' !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-chevron-down:before {
    content: '\e90a';
}
.icon-reduction:before {
    content: '\e900';
}
.icon-dimension:before {
    content: '\e901';
}
.icon-revert:before {
    content: '\e902';
}
.icon-download:before {
    content: '\e903';
}
.icon-text:before {
    content: '\e904';
}
.icon-audio:before {
    content: '\e905';
}
.icon-scalar:before {
    content: '\e906';
}
.icon-histogram:before {
    content: '\e907';
}
.icon-search:before {
    content: '\e908';
}
.icon-image:before {
    content: '\e909';
}
.icon-check-mark:before {
    content: '\e90b';
}