diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 6ab3981c..debf25e7 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -576,7 +576,7 @@ class theme extends common { $fontName, $fontId, $fontUsed[$fontId], - array_key_exists($fontId, $fonts['imported']) ? 'Importée' : '', + //array_key_exists($fontId, $fonts['imported']) ? 'Importée' : '', array_key_exists($fontId, $fonts['files']) ? $fonts['files'][$fontId] : 'CDN Fonts', array_key_exists($fontId, $fonts['imported']) || array_key_exists($fontId, $fonts['files']) ? template::button('themeFontDelete' . $fontId, [ diff --git a/core/module/theme/view/fonts/fonts.php b/core/module/theme/view/fonts/fonts.php index d69dad62..ea71d1bf 100644 --- a/core/module/theme/view/fonts/fonts.php +++ b/core/module/theme/view/fonts/fonts.php @@ -16,7 +16,7 @@ - + \ No newline at end of file