diff --git a/assets/base.css b/assets/base.css index 0aca2b6829a..151b99b9519 100644 --- a/assets/base.css +++ b/assets/base.css @@ -1585,6 +1585,9 @@ details[open] > .share-button__fallback { appearance: none; background-color: rgb(var(--color-background)); color: rgb(var(--color-foreground)); + font-family: var(--font-body-family); + font-style: var(--font-body-style); + font-weight: var(--font-body-weight); font-size: 1.6rem; width: 100%; box-sizing: border-box; @@ -1925,6 +1928,9 @@ input[type='checkbox'] { .quantity__input { color: currentColor; + font-family: var(--font-body-family); + font-style: var(--font-body-style); + font-weight: var(--font-body-weight); font-size: 1.6rem; font-weight: 500; opacity: 0.85; diff --git a/assets/quantity-popover.css b/assets/quantity-popover.css index 3173a685a60..f7b0c87c987 100644 --- a/assets/quantity-popover.css +++ b/assets/quantity-popover.css @@ -161,4 +161,4 @@ quantity-popover .quantity__rules .divider:nth-child(2)::before { quantity-popover .quantity__button:not(:focus-visible):not(.focused), quantity-popover .quantity__input:not(:focus-visible):not(.focused) { background-color: initial; -} +} \ No newline at end of file