Skip to content

Commit 17a4b92

Browse files
committed
Fallback to sans-serif font
Outlook doesn't even load Sofia
1 parent 4d02efc commit 17a4b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/email/templates/base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Theme = () => (
6565
<>
6666
<Font name="sofia-pro" href="https://use.typekit.net/qrd6jxb.css" />
6767
<Attributes>
68-
<All fontFamily="sofia-pro" fontSize="16px" />
68+
<All fontFamily="sofia-pro, sans-serif" fontSize="16px" />
6969
<Body width={600} backgroundColor="#fafafa">
7070
{[]}
7171
</Body>

0 commit comments

Comments
 (0)