Jh Naskh Expanded Medium Link
The safest "link" is a purchase receipt.
| Property | Details |
|----------|----------|
| Designer | Jafar Hossain (often abbreviated “JH”) |
| Style | Naskh‑type Arabic script, Expanded width, Medium weight (≈ 500) |
| Intended use | Body text, books, magazines, UI, web pages that need a clear, legible Arabic Naskh with a slightly wider character set than the “regular” Naskh. |
| Key features | - Full Unicode coverage for Arabic (U+0600‑U+06FF) plus Arabic Presentation Forms A & B.
- OpenType features: calt, liga, rlig, curs, ss01‑ss05 (alternate glyphs).
- Hinting for screen readability at small sizes.
- Supports diacritics and Qur’anic marks. |
| Release date | 2022 (first public release) |
| License | SIL Open Font License (OFL) 1.1 – free for personal, educational, and commercial use, provided you don’t sell the font by itself. | jh naskh expanded medium link
The "Medium" weight is the unsung hero of typography. It sits comfortably between the delicate "Light" and the heavy "Bold." When applied to Jh Naskh Expanded, the Medium weight offers: The safest "link" is a purchase receipt
The "Expanded" (or "Extended") variant is where modern design meets classic roots. Most standard Naskh fonts are condensed or medium-width. The Expanded version increases the horizontal spacing. This creates a feeling of grandeur, reduces crowding, and improves readability on wide screens (desktops and tablets). The "Medium" weight is the unsung hero of typography
/* 1️⃣ Self‑hosted @font-face */
@font-face
font-family: "JH Naskh Expanded";
src: url("/fonts/JH-Naskh-Expanded-Medium.woff2") format("woff2");
font-weight: 500;
font-style: normal;
font-display: swap;
/* 2️⃣ Apply */
body[lang="ar"]
font-family: "JH Naskh Expanded", serif;
direction: rtl;
/* 3️⃣ Enable features (optional) */
.arabic
font-feature-settings: "calt" 1, "liga" 1, "rlig" 1;
/* 4️⃣ Variable version (if you prefer a single file) */
@font-face
font-family: "JH Naskh Expanded Var";
src: url("/fonts/JH-Naskh-Expanded[wght].woff2") format("woff2");
font-weight: 300 800;
font-style: normal;
font-display: swap;
| Question | Answer |
|----------|--------|
| Is there a variable‑font version? | Yes – JH-Naskh-Expanded[wght].ttf (or .woff2). It covers 300–800 weight, so you can fine‑tune the thickness without loading multiple static files. |
| Can I use it with Google Docs / Microsoft Word? | Absolutely – once installed on the OS, the font appears in the font picker of any desktop office suite. |
| Does it support Arabic‑Indic numerals? | Yes – the font includes U+0660‑U+0669 (Arabic‑Indic digits) and U+06F0‑U+06F9 (Extended Arabic‑Indic). |
| What about RTL punctuation (e.g., Arabic comma, question mark)? | All standard punctuation marks are present and correctly shaped when the text direction is set to RTL. |
| Do I need a special plugin for OpenType features? | Modern browsers (Chrome, Edge, Safari, Firefox) support the CSS font-feature-settings syntax out of the box. In desktop design software just enable “OpenType features” in the character panel. |
Standard Arabic fonts often suffer from "set" issues—where the dots (i‘jām) and diacritics (tashkīl) clash with ascenders/descenders. The expanded width of JH Naskh Medium alleviates this. By adding horizontal breathing room, the distinct shapes of Jeem, Ha, and Kha become distinct, reducing eye strain during long reading sessions.















