﻿@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-M1 {
    font-family: KHM1;
}

.font-KM {
    font-family: KHMOL;
}

.font-KB {
    font-family: KHBAT;
}

.font-ML {
    font-family: KHML;
}

.tacteng {
    font-family: TACTENG;
    font-size: 30pt;
}

.text-center{
    text-align: center;
}

.table-print {
    width: 100%;
}

    .table-print td {
        padding: 5px 0;
    }