@charset "UTF-8";
/* CSS Document */
@font-face { font-family: cour; src: url('cour.ttf'); } 
@font-face { font-family: KhmerOS; src: url('KhmerOS.ttf'); } 
@font-face { font-family: KhmerOSBattambang; src: url('KhmerOSbattambang.ttf'); } 
@font-face { font-family: KhmerOSmuollight; src: url('KhmerOSmuollight.ttf'); }
@font-face { font-family: KhmerOSfreehand; src: url('KhmerOSfreehand.ttf'); }
@font-face { font-family: KhmerOSfasthand; src: url('KhmerOSfasthand.ttf'); }
@font-face { font-family: KhmerOSbokor; src: url('KhmerOSbokor.ttf'); }

.khmerosml {
    font-family: KhmerOSmuollight;
    font-size: 12px;
}

.khmerosbk {
    font-family: KhmerOSbokor;
    font-size: 14px;
}

.khmerosbtb {
    font-family: KhmerOSBattambang; 
    font-size: 12px;
}
.khmerosfreehand {
    font-family: KhmerOSfreehand; 
    font-size: 12px;
}
.khmerosfasthand {
    font-family: KhmerOSfasthand; 
    font-size: 12px;
}

.khmeros {
    font-family: KhmerOS;
    font-weight: 400;
    font-size: 13px;
}