@ecomailcz/mjml-head-font

4.4.0-ecm-27 • Public • Published

mjml-font

This tag allows you to import fonts if used in your MJML document

<mjml>
  <mj-head>
    <mj-font name="Raleway" href="https://fonts.googleapis.com/css?family=Raleway" />
  </mj-head>
  <mj-body>
    <mj-section>
      <mj-column>
        <mj-text font-family="Raleway, Arial">
          Hello World!
        </mj-text>
      </mj-column>
     </mj-section>
  </mj-body>
</mjml>

try it live

attribute unit description default value
href string url of the font n/a
name string name of the font n/a

Readme

Keywords

none

Package Sidebar

Install

npm i @ecomailcz/mjml-head-font

Homepage

mjml.io/

Weekly Downloads

5

Version

4.4.0-ecm-27

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • ecomail
  • tomsq