Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): Firefox font smoothing (#29020)
Currently, we use anti-aliasing to smooth fonts in the app and in our Figma designs. We already have the CSS declaration `-webkit-font-smoothing: antialiased` on `body`, which works in Safari and Chrome but not Firefox. For Firefox, we need an additional declaration: `-moz-osx-font-smoothing: grayscale`.
- Loading branch information