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

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

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 {