Commit 80c06fc8 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #695 from blockscout/aaaaaaaaaa

font variant
parents 5c9556ca ee5ccc91
...@@ -96,6 +96,7 @@ const baseStyle = definePartsStyle({ ...@@ -96,6 +96,7 @@ const baseStyle = definePartsStyle({
borderTopRightRadius: 'base', borderTopRightRadius: 'base',
overflow: 'unset', overflow: 'unset',
fontVariant: 'normal', fontVariant: 'normal',
fontVariantLigatures: 'no-contextual',
}, },
}); });
......
...@@ -8,6 +8,7 @@ const global = (props: StyleFunctionProps) => ({ ...@@ -8,6 +8,7 @@ const global = (props: StyleFunctionProps) => ({
bg: mode('white', 'black')(props), bg: mode('white', 'black')(props),
...getDefaultTransitionProps(), ...getDefaultTransitionProps(),
'-webkit-tap-highlight-color': 'transparent', '-webkit-tap-highlight-color': 'transparent',
'font-variant-ligatures': 'no-contextual',
}, },
mark: { mark: {
bgColor: 'yellow.200', bgColor: 'yellow.200',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment