Adding Custom Fonts
Easily integrate custom fonts into Jet Admin using Global CSS by uploading font files, linking them, and applying them globally.
Last updated
Was this helpful?
Easily integrate custom fonts into Jet Admin using Global CSS by uploading font files, linking them, and applying them globally.
Last updated
Was this helpful?
Navigate to Storage in Jet Admin.
Create a new folder for your font files (e.g., Fractul
).
Upload all the required font files into this folder.
In the example below, the font files for "Fractul" are uploaded with different styles and weights such as:
Fractul-Black.ttf
Fractul-Bold.ttf
Fractul-Italic.ttf
Fractul-Light.ttf
etc.
To get the correct file path for your font:
Click on the file in Storage.
In the details panel, click on the File Name.
This will open the file in a new tab.
The URL of this new tab is the direct path to the file, which you can use in your custom code.
Now that the font files are uploaded and you have your file paths, you can define them in Global CSS.
Navigate to App Settings in Jet Admin.
Go to Global CSS.
Paste the following CSS, adjusting the links according to the file paths you obtained:
Each font file URL should be copied directly from the file path found in Step 2. For example, if you uploaded your fonts to a folder called Fractul
, the link for Fractul-Black.ttf
would be:
Make sure to replace YOUR_FILE_PATH
with the exact file path copied from your storage.
If the font does not appear correctly, reset it by:
Going to App Settings > Global CSS.
Removing any existing font settings.
Saving and refreshing the page.
For the complete CSS code, download this file below, copy the code, and paste it into your Global CSS. Don't forget to update the file paths for each URL.
If you face any issues or need assistance, feel free to contact our support team.