@font-face {
    font-family: "pyidaungsu";
    src: url("Pyidaungsu-1.5_Regular.ttf");
}
@font-face {
    font-family: "pyidaungsu";
    src: url("Pyidaungsu-1.5_Bold.ttf");
    font-weight: bold;
}
*{
font-family:pyidaungsu !important;
}
.fa{
font-family:FontAwesome !important;
}