Skip to content

Numeric font weights other than 700 and 400 do not render correctly with the Inter font #3412

Answered by ayoubAstr
ayoubAstr asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for your response, Bsweeney.

Previously, I was using the following code:

$options = $dompdf->getOptions(); 
$options->set('isRemoteEnabled', true);

Now, after making the following changes:

$dompdf = new Dompdf([
    'isRemoteEnabled' => true,
]);

Everything works as expected.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bsweeney
Comment options

Answer selected by ayoubAstr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants