From e9f6446d37c2de87fb7d86933accc19b24244319 Mon Sep 17 00:00:00 2001 From: s-tyshchenko Date: Thu, 24 Feb 2022 12:25:37 +0200 Subject: [PATCH] Removed Google Fonts from E-mails (#5550) * Removed Google Fonts from E-mails * Update CHANGELOG_DEV.md * Revert "Removed Google Fonts from E-mails" This reverts commit 06cb2b11e4a7f5872603fd2318bca3a03903373c. * Removed font from e-mails Co-authored-by: Lucas Bartholemy --- CHANGELOG_DEV.md | 1 + protected/humhub/views/mail/layouts/html.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_DEV.md b/CHANGELOG_DEV.md index 490b6550ad..b1782e3edc 100644 --- a/CHANGELOG_DEV.md +++ b/CHANGELOG_DEV.md @@ -16,6 +16,7 @@ - Enh #5523: Option to include E-Mail address to search - Enh #5352: Remove "NewMembers" widget from Core - Fix #5478: Avoid permalinks on comments related to a global content (not in a container) to crash. +- Fix #5547: Remove Google Fonts from E-mails - Enh #5536: Optional notification w/ reason when admin deletes content/comment - Fix #5549: Topic icon is missing in TopicPicker search - Fix #5556: Formatted output for date fields in "About me" profile area. diff --git a/protected/humhub/views/mail/layouts/html.php b/protected/humhub/views/mail/layouts/html.php index c3d76cb252..fb454da3f4 100644 --- a/protected/humhub/views/mail/layouts/html.php +++ b/protected/humhub/views/mail/layouts/html.php @@ -18,7 +18,6 @@ use humhub\widgets\PoweredBy; <?php echo Html::encode(Yii::$app->name); ?> - view->theme->variable('mail-font-url', 'http://fonts.googleapis.com/css?family=Open+Sans:300,100,400,600') ?> rel='stylesheet' type='text/css'>