@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:'FontAwesome';

    src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')
    format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0')
    format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0')
    format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0')
    format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular')
    format('svg');
}
@font-face {
    font-family: 'icomoon';

    src:  url('../fonts/icomoon.eot?vs33nj');
    src:  url('../fonts/icomoon.eot?vs33nj#iefix')
    format('embedded-opentype'),url('../fonts/icomoon.ttf?vs33nj')
    format('truetype'),url('../fonts/icomoon.woff?vs33nj')
    format('woff'),url('../fonts/icomoon.svg?vs33nj#icomoon')
    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');
}