twenty_twenty_one_get_non_latin_css example

    }
}

/** * Enqueues non-latin language styles. * * @since Twenty Twenty-One 1.0 * * @return void */
function twenty_twenty_one_non_latin_languages() {
    $custom_css = twenty_twenty_one_get_non_latin_css( 'front-end' );

    if ( $custom_css ) {
        wp_add_inline_style( 'twenty-twenty-one-style', $custom_css );
    }
}
add_action( 'wp_enqueue_scripts', 'twenty_twenty_one_non_latin_languages' );

// SVG Icons class. require get_template_directory() . '/classes/class-twenty-twenty-one-svg-icons.php';

// Custom color classes.
Home | Imprint | This part of the site doesn't use cookies.