wix-style-react
Version:
10 lines (8 loc) • 523 B
CSS
/* st-namespace-reference="../../../src/FontUpgrade/FontUpgrade.st.css" */
@st-global-custom-property --wsr-font-family, --wsr-font-weight-regular, --wsr-font-weight-medium, --wsr-font-weight-bold, --wix-font-stack, --wix-font-weight-regular, --wix-font-weight-medium, --wix-font-weight-bold;
.root {
--wsr-font-family: var(--wix-font-stack);
--wsr-font-weight-regular: var(--wix-font-weight-regular);
--wsr-font-weight-medium: var(--wix-font-weight-medium);
--wsr-font-weight-bold: var(--wix-font-weight-bold);
}