fonts always bold and italic when generated pdf using laravel queue, I has been try put some style to remove the italic and bold, but it doesn't work
I also put style other style like text transform uppercase, its work but not with bold and italic style
I have to generate with laravel queue because of performance of my app
but when I generate pdf without laravel queue, the result is normal
fonts always bold and italic when generated pdf using laravel queue, I has been try put some style to remove the italic and bold, but it doesn't work I also put style other style like text transform uppercase, its work but not with bold and italic style I have to generate with laravel queue because of performance of my app
but when I generate pdf without laravel queue, the result is normal
result with laravel queue
result without laravel queue (normal as I want)