[9.2.25] https font google dans le select

This commit is contained in:
Fred Tempez 2020-03-16 10:39:36 +01:00
parent 8c4ebad69a
commit 1496712bcf
1 changed files with 1 additions and 1 deletions

View File

@ -3223,7 +3223,7 @@ class template {
// Liste des polices à intégrer
if ($attributes['fonts'] === true) {
foreach ($options as $fontId) {
echo "<link href='http://fonts.googleapis.com/css?family=".str_replace(" ", "+", $fontId)."' rel='stylesheet' type='text/css'>\n";
echo "<link href='https://fonts.googleapis.com/css?family=".str_replace(" ", "+", $fontId)."' rel='stylesheet' type='text/css'>\n";
}
}
// Début du wrapper