Skip to content

Commit

Permalink
docs: add css rule for firefox font varient ligatures - issue #2138 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowza committed Apr 14, 2023
1 parent ad88689 commit a7bd01b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/app/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export const globalStyles = globalCss({
'@motion': {
scrollBehavior: 'smooth',
},

'@-moz-document url-prefix()': {
fontVariantLigatures: 'none',
},
},

html: {
Expand Down

1 comment on commit a7bd01b

@vercel
Copy link

@vercel vercel bot commented on a7bd01b Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.