@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/tpl/common/style/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('/tpl/common/style/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('/tpl/common/style/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('/tpl/common/style/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('/tpl/common/style/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*緬甸文字體*/
@font-face {
    font-family: 'Zawgyi-One';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Zawgyi-One.eot);
    src: url(../fonts/Zawgyi-One.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Zawgyi-One.woff2) format('woff2'),
    url(../fonts/Zawgyi-One.woff) format('woff'),
    url(../fonts/Zawgyi-One.ttf) format('truetype');
}