mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Font: Disable contextual font ligatures (#98521)
disable contextual font ligatures
This commit is contained in:
parent
cef0b8249a
commit
9d71f42f30
@ -54,6 +54,10 @@ export function getElementStyles(theme: GrafanaTheme2) {
|
||||
size: 'auto',
|
||||
padding: 0,
|
||||
},
|
||||
// disable contextual font ligatures. otherwise, in firefox and safari,
|
||||
// an "x" between 2 numbers is replaced by a multiplication ligature
|
||||
// see https://github.com/rsms/inter/issues/222
|
||||
fontVariantLigatures: 'no-contextual',
|
||||
...theme.typography.body,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user