Surah name fonts v4

Surah by Surah

V4 Surah Name Font is a ligature-based custom Arabic font designed to render Surah names in beautifully styled calligraphy. It defines a special glyph for the word "سورة" and maps ligature codes from surah001 to surah114, corresponding to each Surah in the Quran. For example, surah001 renders Al-Fātiḥah, while surah-icon will render the standalone "سورة" icon.

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-v4-icon';
      src: url('https://static-cdn.tarteel.ai/qul/fonts/surah-names/v4/surah-name-v4.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-v4-icon';">
      surah001
      </div>
    
    
    • Or using a CSS class:
    .my-text {
      font-family: surah-name-v4-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