# خط مخصص

## 🔤 إعداد خط مخصص

عند تضمين خط مخصص غير متوفر عبر ngSurvey أو Google Fonts، لديك بعض الخيارات. بالنسبة للخط في شكل ملف TTF، يمكنك تحميله مباشرة إلى منصتك. تأكد من أن لديك الإذن لاستخدام الخط وأنه مرخّص بشكل صحيح.

إذا كان خطك المخصص مستضافًا على شبكة توصيل المحتوى (CDN)، يمكنك دمجه بسهولة في مشروعك. يتم ذلك باستخدام `@import` قاعدة داخل ملف CSS الخاص بك. عبر تضمين عنوان URL الذي توفره شبكة CDN، سيكون خطك المخصص متاحًا للاستخدام في جميع أنحاء الاستبيان.

## 💾 استخدام ملف TTF

لرفع الخط الخاص بك، انتقل إلى قسم السمة وانقر على رابط خط الـ URL لفتح معرض الوسائط. قم بتحميل خط TTF الخاص بك واختره من

<figure><img src="/files/a46e6f80b140db6b32f38bab2bee3a59abea55d6" alt=""><figcaption><p>حمّل خطك</p></figcaption></figure>

<figure><img src="/files/f6bd36a54e03c055cc82f2a5ace6c8e0e52d3d81" alt=""><figcaption><p>اضبط اسم الخط </p></figcaption></figure>

قم بتحميل الخط، واضبط اسمه، وسيقوم ngSurvey بالكشف عنه تلقائيًا

## 🎨 استخدام CDN

لاستخدام خط متاح عبر الإنترنت، يمكنك استيراده باستخدام `@import` تعليمة

<figure><img src="/files/e3d366074f38c18cf9672717c5ce7ed1d385591f" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/64fcbbce82ff90cb8d7ac3918761f5c38c16d31c" alt=""><figcaption></figcaption></figure>

تأكد من أن اسم الخط يطابق الاسم المحدد في CSS عند إعداد الخط المخصص


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/form-management/style-branding/style-editor/kht-mkhss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
