Cocker Setup

This commit is contained in:
Kevin Adametz 2025-08-29 14:48:03 +02:00
parent 8fdaa0ba1d
commit 8c11130b5d
191 changed files with 8152 additions and 18186 deletions

8
storage/fonts/dompdf_font_family_cache.php Normal file → Executable file
View file

@ -79,10 +79,10 @@ return array (
'normal' => $rootDir . '/lib/fonts/DejaVuSerif',
),
'roboto' => array(
'300' => $fontDir . '/roboto_300_86a9f54c2ccfbd31b9782b15d2d9345a',
'normal' => $fontDir . '/roboto_normal_0b05025fa87afc0a2692736d55437e3e',
'500' => $fontDir . '/roboto_500_ea0fdb6a5a091a75340659ff9fb153c5',
'bold' => $fontDir . '/roboto_bold_99297763247149b794ebaeda781037cd',
'300' => $fontDir . '/roboto_300_4367a01ee3518367111dfcda6c2027e6',
'normal' => $fontDir . '/roboto_normal_75cc3fda36c0aa28c6afd265b6da53c3',
'500' => $fontDir . '/roboto_500_6661968338896d5d67dd0ed0f94fa51c',
'bold' => $fontDir . '/roboto_bold_d8a5500bace8c7ad9b0027b9450cfc52',
),
);
}; ?>