simple quotes
This commit is contained in:
parent
f35fbb8c71
commit
0b2f514320
@ -955,7 +955,7 @@ if ($this->getData(['core', 'dataVersion']) < 11400) {
|
|||||||
foreach ($imported as $fontId => $fontUrl) {
|
foreach ($imported as $fontId => $fontUrl) {
|
||||||
$this->setData(['fonts', 'imported', $fontId, [
|
$this->setData(['fonts', 'imported', $fontId, [
|
||||||
'name' => ucfirst($fontId),
|
'name' => ucfirst($fontId),
|
||||||
'font-family'=> '"' . $fontId . '", sans-serif',
|
'font-family'=> '\'' . $fontId . '\', sans-serif',
|
||||||
'resource' => 'https:\\fonts.cdnfonts.com\css' . $fontUrl
|
'resource' => 'https:\\fonts.cdnfonts.com\css' . $fontUrl
|
||||||
]]);
|
]]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user