Skip to content

Commit

Permalink
remove confusing ligatures, set font-variant-ligatures: none (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed May 27, 2023
1 parent 1b71462 commit 2ca4841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-apples-breathe.md
@@ -0,0 +1,5 @@
---
'@graphiql/react': patch
---

remove confusing ligatures, set `font-variant-ligatures: none`
1 change: 1 addition & 0 deletions packages/graphiql-react/src/style/root.css
@@ -1,6 +1,7 @@
/* a very simple box-model reset, intentionally does not include pseudo elements */
.graphiql-container * {
box-sizing: border-box;
font-variant-ligatures: none;
}

.graphiql-container,
Expand Down

0 comments on commit 2ca4841

Please sign in to comment.