Laravel Vapor + Docker, DomPDF not rendering custom fonts, works locally, not on staging
I am having some trouble getting custom fonts working with DomPDF and Laravel Vapor. (Localy the fonts work) These are my CSS font definitions (fonts are stored inside public/fonts) @font-face { font-family: caveat; font-style: normal; font-weight: normal; src: url('{{ public_path('fonts/caveat.ttf')…