I am trying to use OLD English font in Dompdf with Laravel.,
I have inserted the font in laravel view. But it seems when generating the pdf It is not working.I tried editing dompdf >vendor >.../dompdf_font_family_cache.dist.php
File.But no luck,
Can anyone Suggest a Solution?
Thanks In Advance.
@font-face
declaration. You indicated in comments that you already tried this...you should update your question so we can see what you tried. Does the running process have read/write access to the storage/fonts directory as is the default for laravel-dompdf (ref)? – Spagyric