I cant understand why the font color in DOMPDF is bolder than normal.
Image comparing HTML to DOMPDF:

Thanks for the help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As BrianS said, the cause for the problem is PNG 8 bit.
I made a function which converts all PNGs to JPGs and that solved the problem.
This is good if you don’t which format it is > PNG or JPG.
Thanks BrianS.