We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02efc commit 17a4b92Copy full SHA for 17a4b92
src/core/email/templates/base.tsx
@@ -65,7 +65,7 @@ export const Theme = () => (
65
<>
66
<Font name="sofia-pro" href="https://use.typekit.net/qrd6jxb.css" />
67
<Attributes>
68
- <All fontFamily="sofia-pro" fontSize="16px" />
+ <All fontFamily="sofia-pro, sans-serif" fontSize="16px" />
69
<Body width={600} backgroundColor="#fafafa">
70
{[]}
71
</Body>
0 commit comments