I would like to know how can I upload custom fonts in this section because wordpress doesn’t let you upload file extensions like .ttf, .woff, just .svg with svg plugin active.
original-aboutlove.ttf
Sorry, this file type is not permitted for security reasons.
aboutlove.woff2
Sorry, this file type is not permitted for security reasons.
aboutlove.woff
Sorry, this file type is not permitted for security reasons.
aboutlove.ttf
Sorry, this file type is not permitted for security reasons.
1. Add this line to the wp-config.php file: define( ‘ALLOW_UNFILTERED_UPLOADS’, true );
2. Upload all files formats
3. Remove this line from wp-config.php file