0.0.8 • Published 11 months ago
@react-email/font v0.0.8
Install
Install component from your command line.
With yarn
yarn add @react-email/font -E
With npm
npm install @react-email/font -E
Getting started
Add the component to your email template.
import { Html } from "@react-email/html";
import { Head } from "@react-email/head";
import { Font } from "@react-email/font";
const Email = () => {
return (
<Html lang="en">
<Head>
<Font
fontFamily="Roboto"
fallbackFontFamily="Verdana"
webFont={{
url: "https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2",
format: "woff2",
}}
/>
</Head>
</Html>
);
};
Support
This component was tested using the most popular email clients.
Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
License
MIT License
0.0.8-canary.0
12 months ago
0.0.8
11 months ago
0.0.7-canary.0
1 year ago
0.0.7-canary.1
12 months ago
0.0.7
12 months ago
0.0.6
1 year ago
0.0.3
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago