Custom Fonts used in react.js application are not visible after deployment on vercel

19 Views Asked by At
  font-family: 'mona-sans-extrabold';
  src: url('./assets/fonts/MonaSans-ExtraBold.otf') format('truetype');
}

In my reactjs web application, I am using an custom font named "mona-sans" and the assets folder is in public directory. the fonts is visible in local development but not visible after deploying o vercel

0

There are 0 best solutions below