Mia - Using the Script Font

If you'd like to use the Mia header script font in other areas of your site, grab the following code snippet:

<h3 class="script">
Your Text Here
</h3>

This can be used almost anywhere on your site:

  • In a Custom HTML widget in any widget area
  • In a Custom HTML block on a Gutenberg-based page or blog post (would work great as a heading in a post!)
  • In Text Mode on a Classic Editor page or blog post

Left-Aligned Script Font Title

With the above code snippet, the script font will automatically display centered. If you'd like it to display left-aligned instead, use the following code snippet:

<h3 class="script" style="text-align: left">
Your Text Here
</h3>
Note: If you prefer a different heading level (e.g. h2 instead of h3), you can replace h3 with your preferred heading level.