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 <luke-@users.noreply.github.com>
This commit is contained in:
s-tyshchenko 2022-02-24 12:25:37 +02:00 committed by GitHub
parent 8a4ea742b2
commit e9f6446d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -18,7 +18,6 @@ use humhub\widgets\PoweredBy;
<meta name="format-detection" content="telephone=no"/>
<title><?php echo Html::encode(Yii::$app->name); ?></title>
<link href=<?= Yii::$app->view->theme->variable('mail-font-url', 'http://fonts.googleapis.com/css?family=Open+Sans:300,100,400,600') ?> rel='stylesheet' type='text/css'>
<style type="text/css">
<?php $defaultBackground = Yii::$app->view->theme->variable('background-color-main', '#fff') ?>
@ -712,7 +711,7 @@ use humhub\widgets\PoweredBy;
</td>
</tr>
<!-- end space -->
</table>
</td>