@font-face{
    font-family: 'Nunito'; 
    src: url('/css/font/nunito/Nunito-Regular.ttf');
    font-weight: normal;
    font-style: normal;        
}
@font-face{
    font-family: 'Nunito'; 
    src: url('/css/font/nunito/Nunito-Bold.ttf');
    font-weight: 700;
    font-style: normal;        
}
@font-face{
    font-family: 'AlbraText-Regular';
    src: url('/css/font/albra/AlbraText-Regular.otf');
    font-weight: normal;
    font-style: normal;    
}
@font-face{
    /* font-family: 'AlbraText-Bold'; */
    font-family: 'AlbraText-Regular';
    src: url('/css/font/albra/AlbraText-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Freehand-Brush-Easy';
    src: url('/css/font/freehand-brush/freehand-brush-easy.woff2') format('woff2'),
         url('/css/font/freehand-brush/freehand-brush-easy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Freehand-Brush-Random';
    src: url('/css/font/freehand-brush/freehand-brush-random.woff2') format('woff2'),
         url('/css/font/freehand-brush/freehand-brush-random.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* 中文站點 英文字體 */
@font-face{
    font-family: 'OpenSansCondensed-Bold';
    src: url('/css/font/condensed/OpenSansCondensed-Bold.ttf');
    font-weight: 700;
    font-style: normal;        
}
@font-face{
    font-family: 'OpenSansCondensed-Light';
    src: url('/css/font/condensed/OpenSansCondensed-Light.ttf');
    font-weight: normal;
    font-style: normal;        
}
@font-face{
    font-family: 'OpenSansCondensed-LightItalic';
    src: url('/css/font/condensed/OpenSansCondensed-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}