|
@@ -315,7 +315,8 @@ body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-
|
|
body[class*="woocommerce"] #page .woocommerce-breadcrumb {
|
|
body[class*="woocommerce"] #page .woocommerce-breadcrumb {
|
|
margin-bottom: 32px;
|
|
margin-bottom: 32px;
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
color: #767676;
|
|
color: #767676;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -618,7 +619,8 @@ body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:ho
|
|
}
|
|
}
|
|
|
|
|
|
#content .wc-block-grid .wc-block-grid__product-title {
|
|
#content .wc-block-grid .wc-block-grid__product-title {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -825,7 +827,8 @@ body[class*="woocommerce"] #page .main-navigation ul.product_list_widget li .qua
|
|
body[class*="woocommerce"] #page .main-navigation ul.cart_list li a:not(.remove),
|
|
body[class*="woocommerce"] #page .main-navigation ul.cart_list li a:not(.remove),
|
|
body[class*="woocommerce"] #page .main-navigation ul.product_list_widget li a:not(.remove),
|
|
body[class*="woocommerce"] #page .main-navigation ul.product_list_widget li a:not(.remove),
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-mini-cart__total {
|
|
body[class*="woocommerce"] #page .main-navigation .woocommerce-mini-cart__total {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -850,7 +853,8 @@ body[class*="woocommerce"] #page .woocommerce-pagination .page-numbers {
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-pagination .page-numbers li > * {
|
|
body[class*="woocommerce"] #page .woocommerce-pagination .page-numbers li > * {
|
|
display: block;
|
|
display: block;
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
padding-left: calc(0.66 * 16px);
|
|
padding-left: calc(0.66 * 16px);
|
|
@@ -1059,7 +1063,8 @@ body[class*="woocommerce"] #page .woocommerce-tabs .panel {
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-tabs .panel h2,
|
|
body[class*="woocommerce"] #page .woocommerce-tabs .panel h2,
|
|
body[class*="woocommerce"] #page .woocommerce-tabs .panel .comment-reply-title {
|
|
body[class*="woocommerce"] #page .woocommerce-tabs .panel .comment-reply-title {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1.44rem;
|
|
font-size: 1.44rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@@ -1107,7 +1112,8 @@ body[class*="woocommerce"] #page #reviews #comments ol.commentlist li img.avatar
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page #reviews #comments ol.commentlist li .woocommerce-review__author {
|
|
body[class*="woocommerce"] #page #reviews #comments ol.commentlist li .woocommerce-review__author {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page #reviews #comments ol.commentlist li .comment-text {
|
|
body[class*="woocommerce"] #page #reviews #comments ol.commentlist li .comment-text {
|
|
@@ -1390,7 +1396,8 @@ body[class*="woocommerce"] #page td.product-thumbnail img {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page td.product-name {
|
|
body[class*="woocommerce"] #page td.product-name {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1423,7 +1430,8 @@ body[class*="woocommerce"] #page table.cart td.actions .input-text {
|
|
* Checkout page
|
|
* Checkout page
|
|
*/
|
|
*/
|
|
body[class*="woocommerce"] #page .woocommerce-order h2 {
|
|
body[class*="woocommerce"] #page .woocommerce-order h2 {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1.44rem;
|
|
font-size: 1.44rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@@ -1438,7 +1446,8 @@ body[class*="woocommerce"] #page .woocommerce-order-overview.order_details {
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-order-overview.order_details li {
|
|
body[class*="woocommerce"] #page .woocommerce-order-overview.order_details li {
|
|
border: none;
|
|
border: none;
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 0.83333rem;
|
|
font-size: 0.83333rem;
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
padding: 16px;
|
|
padding: 16px;
|
|
@@ -1454,7 +1463,8 @@ body[class*="woocommerce"] #page .woocommerce-order-overview.order_details li:no
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .woocommerce-order-overview.order_details li strong {
|
|
body[class*="woocommerce"] #page .woocommerce-order-overview.order_details li strong {
|
|
- font-family: ("fallback": "serif", "css-var": "--font-base");
|
|
|
|
|
|
+ font-family: serif;
|
|
|
|
+ font-family: var(--font-base, serif);
|
|
font-size: 1.2rem;
|
|
font-size: 1.2rem;
|
|
line-height: 1.125;
|
|
line-height: 1.125;
|
|
}
|
|
}
|
|
@@ -1630,7 +1640,8 @@ body[class*="woocommerce"] #page .woocommerce-invalid #terms {
|
|
}
|
|
}
|
|
|
|
|
|
body[class*="woocommerce"] #page .checkout h3 {
|
|
body[class*="woocommerce"] #page .checkout h3 {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
font-size: 1.44rem;
|
|
font-size: 1.44rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
@@ -1853,7 +1864,8 @@ body[class*="woocommerce"] #page {
|
|
|
|
|
|
body[class*="woocommerce"] #page ul.cart_list li a:not(.remove),
|
|
body[class*="woocommerce"] #page ul.cart_list li a:not(.remove),
|
|
body[class*="woocommerce"] #page ul.product_list_widget li a:not(.remove) {
|
|
body[class*="woocommerce"] #page ul.product_list_widget li a:not(.remove) {
|
|
- font-family: ("fallback": "sans-serif", "css-var": "--font-headings");
|
|
|
|
|
|
+ font-family: sans-serif;
|
|
|
|
+ font-family: var(--font-headings, sans-serif);
|
|
line-height: 1.125;
|
|
line-height: 1.125;
|
|
}
|
|
}
|
|
|
|
|