summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorRaghu Nayyar <f2010658@goa.bits-pilani.ac.in>2016-08-28 10:30:50 +0200
committerGitHub <noreply@github.com>2016-08-28 10:30:50 +0200
commitb580c3664de3de11460e8adabc01f3f5eeb07d02 (patch)
tree4768362e523fe9ef722f2f01d3fe8e8f73b7dc74 /core/templates
parent9dc23592c3e7fce57777fd538dde8dbb0846eecd (diff)
parent042c744ac6ea128b34688c49884282f71df84223 (diff)
downloadnextcloud-server-b580c3664de3de11460e8adabc01f3f5eeb07d02.tar.gz
nextcloud-server-b580c3664de3de11460e8adabc01f3f5eeb07d02.zip
Merge pull request #1093 from nextcloud/mail-fontstack
use proper font stack for email
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/internalmail.php2
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">&nbsp;</td></tr>
<tr>
<td width="20px">&nbsp;</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']) ) {