Custom font
Elevate your headings with custom fonts tailored to your brand. Make a bold statement with distinctive typography that enhances your website’s visual appeal.
Play Video
Effortless custom font application
Seamlessly apply custom fonts to personalize your website. Upload and integrate unique typography to match your brand’s identity and style.
- Active custom font
- Upload your custom font file
- Choose font name
Resolve the issue to enable uploading ofall file types
You can set the WordPress constant ALLOW_UNFILTERED_UPLOADS to true that will allow you to upload all file types on your WordPress site.
To set ALLOW_UNFILTERED_UPLOADS constant to true just add the following line of code in the wp-config.php file of your WordPress install which you will find in the root directory of your WordPress setup.
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
You can add the above line of code in the wp-config.php file just above the following statement.