Surah name font v1

Surah by Surah

The Surah Name Font V1 is the custom font used for rendering Surah names in the Classic Madani Mushaf published in 1405H. It features a classic handwritten style consistent with early digital editions of the Mushaf.

This font includes ligatures for all 114 Surah names, designed to match the traditional layout and aesthetic of the 1405H print.

Tags

Download Links

How to Use This Font

You can use this font in your application by downloading the font file—available in multiple formats such as TTF, WOFF, and WOFF2. You may choose the format that best fits your platform or include multiple formats for broader compatibility.

Some fonts—such as those used for Surah names or Juz titles—depend on special characters or ligatures to render correctly. Ligature files for these fonts are available on this page. Standard Quran fonts require a separate Quran script, which you can download from the Quran Scripts page.
The next step is to declare the font using @font-face in your CSS file and apply it to your elements.

Steps to Integrate

  1. Download the font and scripts/ligatures
  2. Define a @font-face Rule in Your CSS
    
                  @font-face {
      font-family: 'surah-name-v1-icon';
      src: url('https://static-cdn.tarteel.ai/qul/fonts/surah-names/v1/surah-name-v1.ttf') format('truetype');
      font-display: swap;
    }
                
  3. Use the @font-face in your html

    You can use the font by:

    • Applying it directly via style or CSS:
    
      <div style="font-family: 'surah-name-v1-icon';">
      surah001
      </div>
    
    
    • Or using a CSS class:
    .my-text {
      font-family: surah-name-v1-icon;
    }
    <p class="my-text">surah001</p>
    

Live Preview of this font

Type your text to see a live preview rendered using this font
24px
surah001