/* define font */
@font-face {
    font-family: 'jtaro-ui';
    src: url('./iconfont.eot');
    src: url('./iconfont.eot?#iefix') format('embedded-opentype'),
         url('./iconfont.woff') format('woff'),
         url('./iconfont.ttf') format('truetype'),
         url('./iconfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* icon */
[class*="j-icon-"],
.j-icon {
    font-family: "jtaro-ui" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 字体图标 */
.j-icon-menu:before { content: "\e601"; }

.j-icon-github:before { content: "\e6c5"; }

.j-icon-right:before { content: "\e620"; }

.j-icon-up:before { content: "\e63c"; }

.j-icon-down:before { content: "\e63d"; }

.j-icon-left:before { content: "\e63e"; }
