/* Light */
@font-face {
    font-family: '4DJ';
    src: url(../font/4DJ-Light.otf);
    font-weight: 100;
}
/* Regular */
@font-face {
    font-family: '4DJ';
    src: url(../font/4DJ-Regular.otf);
    font-weight: 200;
}
/* Bold */
@font-face {
    font-family: '4DJ';
    src: url(../font/4DJ-Bold.otf);
    font-weight: 300;
}
/* Heavy */
@font-face {
    font-family: '4DJ';
    src: url(../font/4DJ-Heavy.otf);
    font-weight: 400;
}