Skip to content

Commit

Permalink
fix: disable ligatures
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed May 31, 2024
1 parent fa7b5bb commit fe04167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ export const useCreateTheme = (mode: PaletteType) => {
width: '100% !important',
},
},
'*': {
fontVariantLigatures: 'none',
},
},
},
MuiAvatar: {
Expand Down

0 comments on commit fe04167

Please sign in to comment.