﻿@font-face {
    font-family: 'KHBAT';
    src: url('fonts/KHMEROSBATTAMBANG.TTF') format('truetype');
}

@font-face {
    font-family: 'KHM1';
    src: url('fonts/KhmerM1.ttf') format('truetype');
}

@font-face {
    font-family: 'KHMOL';
    src: url('fonts/KHMEROSMUOL.TTF') format('truetype');
}

@font-face {
    font-family: 'KHML';
    src: url('fonts/KhmerOS_muollight.ttf') format('truetype');
}

@font-face {
    font-family: 'TACTENG';
    src: url('fonts/TACTENG.TTF') format('truetype');
}
@font-face {
    font-family: 'KhmerOSniroth';
    src: url('fonts/KhmerOSniroth.ttf') format('truetype');
}

.font-M1 {
    font-family: KHM1;
}

.font-KM {
    font-family: KHMOL;
}

.font-KB {
    font-family: KHBAT;
}

.font-ML {
    font-family: KHML;
}
.font-sn {
    font-family: KhmerOSniroth;
}
.tacteng {
    font-family: TACTENG;
    font-size: 30pt;
}

.text-center{
    text-align: center;
}