/*
Theme Name: Vankine Child
Theme URI: 
Description: A child theme of Vankine
Author: 
Author URI: 
Template: vankine
Version: 1.0.0
Text Domain: vankine-child
*/

/* Add your custom styles below this line */

function allow_ttf_uploads($mimes) {
    $mimes['ttf'] = 'font/ttf';
    $mimes['woff'] = 'font/woff';
    $mimes['woff2'] = 'font/woff2';
    return $mimes;
}
add_filter('upload_mimes', 'allow_ttf_uploads');