@font-face {
    font-family: 'NotoSansLao-Regular';
  src: url("fonts_notosanlao/NotoSansLao-Regular.eot");
  src: url("fonts_notosanlao/NotoSansLao-Regular.woff") format("woff"), url('fonts_notosanlao/NotoSansLao-Regular.eot') format('embedded-opentype'), url("fonts_notosanlao/NotoSansLao-Regular.ttf") format("truetype"), url("fonts/NotoSansLao-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  }

  html,body,div,p,table,tr,td {
  font-family: "NotoSansLao-Regular";
  margin: 0;
  font-size: 1rem;
}

h1,h2,h3,h4,h5{
  font-family: "NotoSansLao-Regular";
}

table, td,table{
  white-space: normal;
}


