Site logo

Archived topic

Local Font

1 reply · Started by William on August 15, 2022

Viewing posts 1–2 of 2

Hello -

I am attempting to upload a font. Quick note: I installed a child theme prior to trying all of this.

I have followed the instructions in this article: https://docs.generatepress.com/article/adding-local-fonts/

The issue I am facing is that I am still getting the "Sorry, you are not allowed to upload this file type." error even after adding the PHP function in the article above.

The website is thediamondfox.com

Any help is GREATLY appreciated.

Hi William,

Do you have any security plugins installed or does your server has some safety settings?

Give this PHP snippet a try:

/** Allows any file type to be uploaded via the Media Library.*/
define ('ALLOW_UNFILTERED_UPLOADS', true);

If you still can't upload the fonts to the media library, you might have to use FTP.

This archived topic is closed to new replies.