4.6.7 • Published 4 years ago

browser-mjml-head-font v4.6.7

Weekly downloads
63
License
MIT
Repository
github
Last release
4 years ago

mj-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>
attributeunitdescriptiondefault value
hrefstringurl of the fontn/a
namestringname of the fontn/a
4.6.7

4 years ago

4.6.6

4 years ago

4.6.3

4 years ago

4.2.8

5 years ago

4.2.7

5 years ago

4.2.6

5 years ago

4.2.5

5 years ago

4.2.4

5 years ago

4.2.3

5 years ago

4.2.2

5 years ago

4.2.1

5 years ago