utils
utils copied to clipboard
Strip quotes from arguments to load_font.php
php load_font.php 'Droid' DroidSansFallback.ttf
Then the script escaped my single quotes. And according to the instruction, I shouldn't have added the single quotes.
per dompdf/dompdf#1508