Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create Font component
# pnpm pnpm add @emailux/components # npm npm install @emailux/components # yarn yarn add @emailux/components
import { Font } from "@emailux/components"; export default function EmailTemplate() { return <Font family='Inter' url='https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiJ-Ek-_EeAmM.woff2' type='woff2' fallback='Arial' style='normal' weight='400' targetSelectors={['body', '.emailux-table']} /> }
<head>