diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-26 22:59:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-26 22:59:24 +0200 |
commit | 042c744ac6ea128b34688c49884282f71df84223 (patch) | |
tree | 6689909bc8ea4149d298a69f4ac8715940750392 /core/templates | |
parent | 5c73596ce4444788df6025d9daeff3ad745f8712 (diff) | |
download | nextcloud-server-042c744ac6ea128b34688c49884282f71df84223.tar.gz nextcloud-server-042c744ac6ea128b34688c49884282f71df84223.zip |
use proper font stack for email
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/internalmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/internalmail.php b/core/templates/internalmail.php index c2d84184d38..9bb10fb5455 100644 --- a/core/templates/internalmail.php +++ b/core/templates/internalmail.php @@ -10,7 +10,7 @@ <tr><td colspan="2"> </td></tr> <tr> <td width="20px"> </td> -<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;"> +<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:'Open Sans',Frutiger,Calibri,'Myriad Pro',Myriad,sans-serif;"> <?php print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href="%s">View it!</a><br><br>', array($_['user_displayname'], $_['filename'], $_['link']))); if ( isset($_['expiration']) ) { |