PMCORE-2115
This commit is contained in:
@@ -1291,7 +1291,7 @@ class OutputDocument extends BaseOutputDocument
|
||||
private static function generateCssFile()
|
||||
{
|
||||
// Initialize variables
|
||||
$template = "@font-face {font-family: @familyName;src: url(@fileName) format('truetype');@properties}\n";
|
||||
$template = "@font-face {font-family: @familyName;src: url(/fonts/font.php?file=@fileName) format('truetype');@properties}\n";
|
||||
$css = '';
|
||||
|
||||
// Load the custom fonts list
|
||||
|
||||
Reference in New Issue
Block a user