]> source.dussan.org Git - nextcloud-server.git/commitdiff
use proper font stack for email 1093/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 26 Aug 2016 20:59:24 +0000 (22:59 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 26 Aug 2016 20:59:24 +0000 (22:59 +0200)
core/templates/internalmail.php

index c2d84184d383c3250effedfafb1a0c3bda4c13e8..9bb10fb5455e68169979c365b441487fd2614ace 100644 (file)
@@ -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']) ) {