From 83e8133d3bd4b07cd0706acba475d760b98239af Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 27 Jun 2024 20:34:33 +0500 Subject: [PATCH] attempt #2: link acumin font to order label html --- wp-content/themes/mont58-coffee/functions.php | 12 +----------- .../themes/mont58-coffee/template-order-label.php | 9 ++++++++- 2 files changed, 9 insertions(+), 12 deletions(-) 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()){