mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 19:21:23 -05:00
✨ Change email font to be more compatible
This commit is contained in:
parent
249a9558f8
commit
5cfad9ca9f
6 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<mjml>
|
||||
|
||||
<mj-head>
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
|
||||
<mj-attributes>
|
||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
||||
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<mjml>
|
||||
|
||||
<mj-head>
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
|
||||
<mj-attributes>
|
||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
||||
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<mjml>
|
||||
|
||||
<mj-head>
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" />
|
||||
<mj-font name="Source Sans Pro" href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" />
|
||||
<mj-attributes>
|
||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
||||
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||
|
|
|
@ -56,9 +56,9 @@
|
|||
</style>
|
||||
<![endif]-->
|
||||
<!--[if !mso]><!-->
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||
</style>
|
||||
<!--<![endif]-->
|
||||
<style type="text/css">
|
||||
|
|
|
@ -56,9 +56,9 @@
|
|||
</style>
|
||||
<![endif]-->
|
||||
<!--[if !mso]><!-->
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||
</style>
|
||||
<!--<![endif]-->
|
||||
<style type="text/css">
|
||||
|
|
|
@ -56,9 +56,9 @@
|
|||
</style>
|
||||
<![endif]-->
|
||||
<!--[if !mso]><!-->
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.eot" rel="stylesheet" type="text/css">
|
||||
<link href="{{ public-uri }}/fonts/sourcesanspro-regular.ttf" rel="stylesheet" type="text/css">
|
||||
<style type="text/css">
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||
</style>
|
||||
<!--<![endif]-->
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Add table
Reference in a new issue