> For the complete documentation index, see [llms.txt](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/instructions/font-installation.md).

# Font Installation

In order to use custom fonts on your iPad, you will need to download the “iFont” app from the App Store. iFont is a free app that allows you to easily install and manage fonts on your device. With iFont, you can preview and download thousands of fonts from a variety of sources, including the app’s built-in library and online font repositories. Once you have downloaded "iFont", you can start browsing and installing the fonts you want to use on your iPad.

## Step 1: Download and Install iFont

1. Open the **App Store** on your iPad.
2. Search for **iFont** and download the app.
3. Launch the iFont app once installed.

<figure><img src="/files/2VOzbtsb8vZN5NwoWIS2" alt=""><figcaption></figcaption></figure>

## Step 2: Find and Import Font to iFont

1. Add your fron from your "Files"

<figure><img src="/files/4dv0J4vth4UIrk52tH2P" alt=""><figcaption></figcaption></figure>

## Step 3: Install the Font on Your iPad

1. In iFont, tap the font you just imported.
2. Tap **"Install"** next to the font name.
3. iFont will redirect you to a configuration profile setup.
4. Follow these steps:
   1. Tap **"Allow"** when prompted to download the configuration profile.
   2. Go to your iPad’s **Settings** > **General** > **Profiles**.
   3. Tap the font profile under **Downloaded Profiles**, then tap **Install**.
   4. Enter your passcode if required and confirm by tapping **Install** again.
   5. Once installed, the font is ready to use!

<figure><img src="/files/3rZMi1q636c5MXNfzOYN" alt=""><figcaption></figcaption></figure>

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

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

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

## Finally

Now you should see your font in your note-taking app!

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

{% hint style="info" %}

* **Managing Fonts:** To uninstall a font, go to **Settings** > **General** > **Profiles**, select the font profile, and tap **Remove Profile**.
* Ensure the apps you’re using support custom fonts for the font to appear in their menus.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ivorydigitalhub.gitbook.io/ivorydigitalhub/instructions/font-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
