@font-face {
  font-family: 'samantha';
  src: url('samantha.woff2') format('woff2'),
       url('samantha.woff') format('woff');
  font-weight: 200; /* මෙහි අගය 300 හෝ 400 ලෙස වෙනස් කර බලන්න */
  font-style: normal;
}

.samantha{
  font-family: 'samantha';
}
