Skip to content

Commit a7bd01b

Browse files
authored
docs: add css rule for firefox font varient ligatures - issue #2138 (#2147)
1 parent ad88689 commit a7bd01b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/styles/global.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ export const globalStyles = globalCss({
2727
'@motion': {
2828
scrollBehavior: 'smooth',
2929
},
30+
31+
'@-moz-document url-prefix()': {
32+
fontVariantLigatures: 'none',
33+
},
3034
},
3135

3236
html: {

0 commit comments

Comments
 (0)