@font-face {
  font-family: 'arjuna';
  src: url('arjuna.woff2') format('woff2'),
       url('arjuna.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'arundathee';
  src: url('arundathee.woff2') format('woff2'),
       url('arundathee.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

.arjuna{
  font-family: 'arjuna';
}
.arundathee{
  font-family: 'arundathee';
}