EDIT: RESOLVED (Rails App Font (woff|woff2) showing up in the DOM but rendering browser default font instead πŸ€”

EDIT: RESOLVED

production.rb β†’ config.assets.compile = true

Hey everyone,

So i deployed my rails 7 app on fly. When i open the app i have everything working fine except for the font. I use a woff|woff2 font with the @font-face rules, working fine in local. It’s showing up as the right font on the DOM but rendering the browser default font instead.

Is it a production.rb issue ? Thank you for your help !!