Код: Выделить всё
$fontDir = __DIR__ . '/fonts';
$customFont = $fontDir . '/COOPBL.ttf';
$fontMetrics = $dompdf->getFontMetrics();
$customFontFamily = $fontMetrics->getFont('Cooper Black', 'bold', $customFont);
$html = "
@font-face {
font-family: 'Cooper Black';
src: url('$customFont') format('truetype');
font-weight: 900%;
font-style: normal;
}
.coop {
font-family: 'Cooper Black';
}
Подробнее здесь: https://stackoverflow.com/questions/785 ... picking-up
Мобильная версия