Skip to content

Email typography

WARNING

🚨 Current @semcore/email package is deprecated and not recommend for use. New major version is planned and will be released one day.

External link
External dark link
External dark bold link
html
<extends src="core/base.html">
  <block name="head">
    <link rel="stylesheet" href="../../../lib/core/base.css" />
    <link rel="stylesheet" href="../../../lib/typography/index.css" />
  </block>

  <block name="content">
    <a href="#" class="link link-theme-default">External link</a>
    <br />
    <a href="#" class="link link-theme-dark">External dark link</a>
    <br />
    <a href="#" class="link link-theme-dark bold">External dark bold link</a>
  </block>
</extends>
<extends src="core/base.html">
  <block name="head">
    <link rel="stylesheet" href="../../../lib/core/base.css" />
    <link rel="stylesheet" href="../../../lib/typography/index.css" />
  </block>

  <block name="content">
    <a href="#" class="link link-theme-default">External link</a>
    <br />
    <a href="#" class="link link-theme-dark">External dark link</a>
    <br />
    <a href="#" class="link link-theme-dark bold">External dark bold link</a>
  </block>
</extends>

Released under the MIT License.

Released under the MIT License.