Upload / Choosing Custom Font
-
Dear Woodmart Team, since WordPress does not allow to Upload Files like .eot or .svg it would be great if at the Custom Font Select Fields it can be possible to enter an own URL. So Users can Upload the Fonts to a Specific folder by using FTP (for example http://www.website.com/secret/fonts). The it would be easy to use all File Types by placing at the Font Text Files of Custom Font Option the URLS like -> http://www.website.com/secret/fonts/arial.eot
For me, a Solution like that would be perfect, but you deactivated the Copy/Paste in this Fields, so i am not able to Upload .eot or .svg directly in WordPress. I tried also different Snippets to activate the possibility to Upload all Files but it does not Work, and in general, i would prefer to stay Safe.
Hi,
Thank you for the suggestion. We will consider it for our future updates. As for now, you can temporarily add this line to the wp-config.php
file. And immediately remove it after you upload all fonts files
define( 'ALLOW_UNFILTERED_UPLOADS', true );
Regards