bug clé de fonte vide
This commit is contained in:
parent
82e73a3383
commit
a3c1dc32ad
@ -1130,7 +1130,7 @@ class theme extends common {
|
||||
$f ['websafe'] = self::$fontsWebSafe;
|
||||
// Construit un tableau avec leur ID et leur famille
|
||||
foreach(['websafe', 'imported', 'files'] as $type) {
|
||||
if(is_array($f[$type])) {
|
||||
if (is_array($f[$type])) {
|
||||
foreach ($f[$type] as $fontId => $fontValue ) {
|
||||
$fonts [$fontId] = $fontValue['name'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user