@font-face {
    font-family: 'sourcehansans';
    src: url('../fonts/source-han-sans/regular.otf');
}

@font-face {
    font-family: 'sourcehansans-normal';
    src: url('../fonts/source-han-sans/normal.otf');
}

@font-face {
    font-family: 'sourcehansans-bold';
    src: url('../fonts/source-han-sans/bold.otf');
}

@font-face {
    font-family: 'sourcehansans-semibold';
    src: url('../fonts/source-han-sans/semibold.otf');
}

@font-face {
    font-family: 'sourcehansans-light';
    src: url('../fonts/source-han-sans/light.otf');
}

@font-face {
    font-family: 'sourcehansans-extralight';
    src: url('../fonts/source-han-sans/extralight.otf');
}

/* ----------------- */
@font-face {
    font-family: 'sourcesanpro';
    src: url('../fonts/source-sans-pro/regular.otf');
}

@font-face {
    font-family: 'sourcesanpro-black';
    src: url('../fonts/source-sans-pro/black.otf');
}

@font-face {
    font-family: 'sourcesanpro-bold';
    src: url('../fonts/source-sans-pro/bold.otf');
}

@font-face {
    font-family: 'sourcesanpro-semibold';
    src: url('../fonts/source-sans-pro/semibold.otf');
}

@font-face {
    font-family: 'sourcesanpro-light';
    src: url('../fonts/source-sans-pro/light.otf');
}

@font-face {
    font-family: 'sourcesanpro-extralight';
    src: url('../fonts/source-sans-pro/extralight.otf');
}
