|
@@ -325,7 +325,8 @@ body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-
|
|
|
color: #020202;
|
|
|
font-size: 0.83333rem;
|
|
|
font-weight: 700;
|
|
|
- font-family: ("fallback": '"Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif', "css-var": "--font-headings");
|
|
|
+ font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-family: var(--font-headings, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);
|
|
|
min-height: 3.236rem;
|
|
|
min-width: 3.236rem;
|
|
|
padding: 0.202rem;
|