fixed label font?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
trav 2024-06-28 11:47:22 -04:00
parent 0ed33f7321
commit cd564dc6fe
3 changed files with 18 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,7 +3,7 @@
/node_modules
/wp-content/**
!/wp-content/themes/mont58-coffee/**
/data/**
!/data/.gitkeep

14
.gitignore~ Normal file
View File

@ -0,0 +1,14 @@
/.env
/node_modules
/wp-content/**
!/wp-content/themes/mont58-coffee/**
/data/**
!/data/.gitkeep
.vscode/
**.tar.gz
**.sql
**.zip

View File

@ -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 {