diff --git a/packages/design-system/src/styles/theme/oc-text.scss b/packages/design-system/src/styles/theme/oc-text.scss index cf4584c44b6..909eca13963 100644 --- a/packages/design-system/src/styles/theme/oc-text.scss +++ b/packages/design-system/src/styles/theme/oc-text.scss @@ -13,15 +13,11 @@ html * { font-family: var(--oc-font-family); } -html { +html, button { font-feature-settings: "cv11"; font-size: var(--oc-font-size-default); } -button { - font-feature-settings: "cv11"; -} - a { color: var(--oc-color-swatch-primary-default); text-decoration: none;