fonts quran.ws

QPC Hafs Page Glyph (V2, 1421H print)

v2

The 1421H Madani mushaf in page-glyph form — one font per page. This repo ships 100 fonts (pages 1–100).

Type

Page-glyph font

Riwaya

Hafs

License

KFGQPC

Formats

TTF · WOFF2

Page count

100

Paired data

qpc-v2-mushaf

Preview

Page-glyph fonts do not render Unicode. You must load the paired data file (mushaf.txt for v1/v1.5/v2, quran.json for v4) to know which PUA codepoints go on which page.
Loading…

Compare this font with another →

Download

Font + Quran text bundle

Page-glyph bundle: the full per-page font set + PUA glyph chunks keyed to each ayah. Load fonts.css and render chunks with their matching family name.

Use in your app

@font-face {
    font-family: 'QCF2{page:03d}';
    src: url('https://fonts.quran.ws/assets/fonts/qpc-hafs-v2/QCF2001.ttf') format('truetype');
    font-display: swap;
}

.quran {
    font-family: 'QCF2{page:03d}', serif;
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 2rem;
    line-height: 2.3;
}
Page-glyph fonts do not render Unicode. You must load the paired data file (mushaf.txt for v1/v1.5/v2, quran.json for v4) to know which PUA codepoints go on which page.