0

I want to add a English name but font type similar to hindi. its font is available in samarkan. https://www.fontspace.com/category/hinglish

Arjun A G
  • 98
  • 7

1 Answers1

0

I used Hinglish Nikolevna Regular from the linked site to sample:

@font-face {
  font-family: 'Hinglish';
  src: url('HinglishNikolevnaRegular-Vp5B.ttf') format('truetype');
}

body {
   font-family: 'Hinglish', sans-serif;
}
adampweb
  • 1,135
  • 1
  • 9
  • 19