mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 01:21:21 -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>
|
<mjml>
|
||||||
|
|
||||||
<mj-head>
|
<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-attributes>
|
||||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
<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" />
|
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<mjml>
|
<mjml>
|
||||||
|
|
||||||
<mj-head>
|
<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-attributes>
|
||||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
<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" />
|
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<mjml>
|
<mjml>
|
||||||
|
|
||||||
<mj-head>
|
<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-attributes>
|
||||||
<mj-text font-family="Source Sans Pro" font-size="16px" color="#000000" line-height="150%" />
|
<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" />
|
<mj-button background-color="#31EFB8" color="#1F1F1F" font-family="Source Sans Pro" font-size="16px" />
|
||||||
|
|
|
@ -56,9 +56,9 @@
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !mso]><!-->
|
<!--[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">
|
<style type="text/css">
|
||||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||||
</style>
|
</style>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -56,9 +56,9 @@
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !mso]><!-->
|
<!--[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">
|
<style type="text/css">
|
||||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||||
</style>
|
</style>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
@ -56,9 +56,9 @@
|
||||||
</style>
|
</style>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if !mso]><!-->
|
<!--[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">
|
<style type="text/css">
|
||||||
@import url({{ public-uri }}/fonts/sourcesanspro-regular.eot);
|
@import url({{ public-uri }}/fonts/sourcesanspro-regular.ttf);
|
||||||
</style>
|
</style>
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
Loading…
Add table
Reference in a new issue