VGA font not loading on mobile
00:52 10 Jan 2026

I'm trying to use https://www.dafont.com/nouveau-ibm.font on a website. Downloaded the file to /assets/fonts directory. Loading font with

@font-face {
  font-family: 'Nouveau IBM Stretch'
  src: url('/assets/fonts/Nouveau_IBM_Stretch.ttf') format('truetype');
}

Works on my desktop browser on Firefox and Chrome. Not working on mobile browsers.

css fonts truetype