@font-face {
    font-family: 'Noto Sans Tibetan';
    src: url('polices/NotoSansTibetan-Bold.eot'); /* IE 9 Compatibility Mode */
    src: url('polices/NotoSansTibetan-Bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('polices/NotoSansTibetan-Bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
         url('polices/NotoSansTibetan-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('polices/NotoSansTibetan-Bold.svg#NotoSansTibetan') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans Tibetan';
    src: url('polices/NotoSansTibetan-Regular.eot'); /* IE 9 Compatibility Mode */
    src: url('polices/NotoSansTibetan-Regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('polices/NotoSansTibetan-Regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
         url('polices/NotoSansTibetan-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('polices/NotoSansTibetan-Regular.svg#NotoSansTibetan') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
 font-family: "LinLibertine", Georgia, serif, "Noto Sans Tibetan";
}
.tibetain { 
  font-family: "Noto Sans Tibetan";
}
