Search code examples
ionic-frameworkionic4ionic-native

ionic 4 different language fonts


I want to add font-family to another language which I'm using in my ionic 4 app. I tried

@font-face {
    font-family: 'SINHA Sithumina 2012';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/font/SINHA Sithumina 2012.ttf');
}

and use it in html css class. Can someone help me with this?


Solution

  • Finally, I have solved the issue by referring https://www.w3.org/International/questions/qa-css-lang.en which mention by @marblewraith.

    So basically I have to mention my words in utf and it will convert my fonts.