Add font to ionic

i want add persian font to project (font type: wotf)?

Hello,

maybe something like that

@font-face {
  font-family: 'Archistico';
  src:  url('../assets/fonts/Archistico-Bold.woff') format('woff');
   font-weight: bold;
//   font-style: normal;
}

in app.scss or related.

Best regards, anna-liebt