mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
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:
parent
8a4ea742b2
commit
e9f6446d37
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user