How to display noori nastleeq fonts in ionic list

Hello,
if this is a font like *.woff etc. then put it in a *scss, maybe app.scss, like

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

Best regards, anna-liebt

1 Like