# Attributions & Credits

Qurany is built on the work of many. We gratefully acknowledge the projects,
data providers, and typefaces below. This file lists only assets that are
actually shipped in the app. Companion notices for individual asset files live
in [`NOTICES.md`](./NOTICES.md).

May Allah reward everyone who made this possible.

## Quran text, translations, tafsir & recitations

- **Quran Foundation / Quran.com API** — the app's Quran text (Uthmani script,
  per-verse tajwīd HTML), word-by-word data, translations, tafsir, and
  recitation audio metadata are sourced from the Quran Foundation content APIs
  (quran.com). Quran reading content is fetched once at build time and bundled
  into the app for fully offline reading. The web build also bundles static
  tafsir JSON for prerendered ayah pages. Recitation MP3s stream on demand.
  Used under the Quran Foundation API terms — **attribution to Quran Foundation
  / Quran.com is required** and is provided here and in the in-app
  Acknowledgements screen. See <https://quran.com> and
  <https://api-docs.quran.foundation/>.

### Named translation, transliteration & tafsir sources

Delivered through the Quran Foundation API and credited to their respective
authors and publishers:

- **Saheeh International** — English translation.
- **Indonesian Islamic Affairs Ministry (Kementerian Agama / "Kemenag")** —
  Bahasa Indonesia translation.
- **Word-by-word transliteration** — Quran.com transliteration resource.
- **Tafsir Ibn Kathir** (abridged, English) — English tafsir.
- **Tafsir Kemenag (Indonesia)** — Bahasa Indonesia tafsir, bundled from
  `api.quran.gading.dev` (`data.tafsir.id.long`, with `short` fallback).

Each source retains the license and usage terms of its original publisher as
distributed by the Quran Foundation.

## Quran typefaces (King Fahd Glorious Qur'an Printing Complex)

- **KFGQPC QCF V4 (COLRv1)** — the per-page Mushaf fonts (`p1`–`p604`) that
  render the Madinah Mushaf page-by-page with tajwīd coloring, produced by the
  **King Fahd Glorious Qur'an Printing Complex (KFGQPC)**, Madinah.
- **KFGQPC UthmanicHafs (`UthmanicHafs1Ver18`)** — the Uthmani Hafs Unicode
  fallback face, used when a page-specific QCF font is unavailable.

These Qur'anic fonts are published by KFGQPC for use in Qur'an software. They
are redistributed here **unmodified** and only for rendering the Qur'anic text,
in accordance with the King Fahd Complex distribution terms. All rights to the
Qur'anic script remain with KFGQPC. See <https://fonts.qurancomplex.gov.sa/>.

## UI & reading typefaces

All Latin/Arabic interface and reading typefaces below are self-hosted and used
under the **SIL Open Font License, Version 1.1** (<https://openfontlicense.org/>).

| Font | Role | License |
| --- | --- | --- |
| **Inter** | UI / reader body sans | SIL Open Font License 1.1 |
| **Lora** | Reader translation & transliteration serif | SIL Open Font License 1.1 |
| **Noto Sans** | Transliteration italic fallback | SIL Open Font License 1.1 |
| **Amiri** | Catalog Arabic display | SIL Open Font License 1.1 |
| **Spectral** | Catalog serif | SIL Open Font License 1.1 |
| **Hanken Grotesk** | Catalog UI sans | SIL Open Font License 1.1 |

Font copyrights remain with their respective authors (Inter — Rasmus Andersson;
Lora — Cyreal; Noto Sans — the Noto Project / Google; Amiri — Khaled Hosny;
Spectral — Production Type for Google; Hanken Grotesk — Alfredo Marco Pradil).

## Software & components

- **shadcn/ui** — UI component primitives (built on Radix UI), used under the
  [MIT License](https://github.com/shadcn-ui/ui/blob/main/LICENSE.md).
- **Radix UI** — accessible React primitives underlying the above components,
  used under the MIT License.

## Third-party asset notices

Individual bundled asset files (e.g. calligraphy SVGs) carry their own source,
author, and license notes in [`NOTICES.md`](./NOTICES.md).

---

<!--
TODO (store release): To fully satisfy OFL 1.1 redistribution, place a copy of
each font's OFL.txt license file alongside the shipped font files, e.g.:
  public/fonts/ui/OFL.txt                (Inter, Lora, Noto Sans)
  public/fonts/ui/catalog/OFL.txt        (Amiri, Spectral, Hanken Grotesk)
and include the KFGQPC distribution/usage terms alongside:
  public/fonts/quran/OFL-or-KFGQPC-LICENSE.txt   (QCF V4, UthmanicHafs)
The OFL requires the license + copyright notice to travel with the font files.
-->
