From cd564dc6fe102337fa58e2d0315b33108644cce0 Mon Sep 17 00:00:00 2001 From: trav Date: Fri, 28 Jun 2024 11:47:22 -0400 Subject: [PATCH] fixed label font? --- .gitignore | 2 +- .gitignore~ | 14 ++++++++++++++ .../themes/mont58-coffee/template-order-label.php | 4 +++- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .gitignore~ diff --git a/.gitignore b/.gitignore index c36c5d2..ad89b68 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ /node_modules /wp-content/** -!/wp-content/themes/mont58-coffee/** + /data/** !/data/.gitkeep diff --git a/.gitignore~ b/.gitignore~ new file mode 100644 index 0000000..c36c5d2 --- /dev/null +++ b/.gitignore~ @@ -0,0 +1,14 @@ +/.env + +/node_modules + +/wp-content/** +!/wp-content/themes/mont58-coffee/** + +/data/** +!/data/.gitkeep + +.vscode/ +**.tar.gz +**.sql +**.zip diff --git a/wp-content/themes/mont58-coffee/template-order-label.php b/wp-content/themes/mont58-coffee/template-order-label.php index 14227be..70a0862 100644 --- a/wp-content/themes/mont58-coffee/template-order-label.php +++ b/wp-content/themes/mont58-coffee/template-order-label.php @@ -54,7 +54,8 @@ if(!is_user_logged_in()){ text-transform: uppercase; margin-top: 2.5em; margin-bottom: 2em; - font-weight: 500; + font-weight: bold; + font-variation-settings: 'wdth' 58, 'wght' 600; } .label .product-details p { @@ -67,6 +68,7 @@ if(!is_user_logged_in()){ letter-spacing: calc(0.35 * 4px); margin-block: 1.2em 0.8em; min-height: calc(0.35 * 33px); + font-variation-settings: 'wdth' 70, 'wght' 600; } .label .product-details .weight {