﻿/*Embed Khmer Unicode Font*/
@font-face {
    font-family: 'Hanuman';
    font-style: normal;
    font-weight: 400;
    src: local('Hanuman'), url('/Content/fonts/hanuman.woff') format('woff');
}

@font-face {
    font-family: 'Hanuman';
    font-style: normal;
    font-weight: 700;
    src: local('Hanuman Bold'), local('Hanuman-Bold'), url('/Content/fonts/hanuman_bold.woff') format('woff');
}

/*Apply usicode font to unicode text*/
body * {
    font-family: saira, "sans-serif", 'Khmer OS Content', 'Khmer OS Battambang', 'Hanuman', Sans-Serif !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
