diff --git a/wp-content/themes/mont58-coffee/functions.php b/wp-content/themes/mont58-coffee/functions.php index a76f2a0..8fa3657 100644 --- a/wp-content/themes/mont58-coffee/functions.php +++ b/wp-content/themes/mont58-coffee/functions.php @@ -245,14 +245,4 @@ add_filter( }, 10, 3 -); - -// import acumin variable font -function mont58coffee_enqueue_fonts() -{ - wp_enqueue_style( - "mont58coffee-fonts", - get_theme_file_uri("/fonts/acumin-variable-concept.css") - ); -} -add_action("wp_enqueue_scripts", "mont58coffee_enqueue_fonts"); \ No newline at end of file +); \ No newline at end of file diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index 86d9535..45d8898 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -16,6 +16,14 @@ if(!is_user_logged_in()){