Niklas Wenzel

Results 243 comments of Niklas Wenzel

Related issues, as [found](https://github.com/chakra-ui/chakra-ui/issues/2314#issuecomment-751514462) by @with-heart: * https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1874842 * https://bugzilla.mozilla.org/show_bug.cgi?id=553580

@simurai, @vdepizzol and @arzg, thank you so much for looking into this issue. :heart: Sorry for being late. I'm trying to answer all questions now. --- From @simurai: > ```css-scss...

@simurai Thanks for taking the time to look at this again! `Cantarell Regular` was the best-looking font out of the options I tested. Still not pixel-perfect (look at the STAFF...

The issue is not fixed. Parts of the GitHub website look quite bad in Firefox on Fedora: ![image](https://user-images.githubusercontent.com/3309657/129077474-902bdec5-991f-437d-a033-6806c0cf0d65.png) ![image](https://user-images.githubusercontent.com/3309657/129077511-ff82576a-884f-4bd2-93d1-0a912ae3bbb5.png) ![image](https://user-images.githubusercontent.com/3309657/129077598-bdd646c0-232d-460e-a941-a6852f06a8df.png) _(Mixed up issues, deleted the old response.)_

Yes, that's a typo. I submitted a PR. :+1:

Seems to be fixed to me. If I missed something, correct me, otherwise this can be closed.

Thank you, @simurai! I switched from Fedora to macOS a while ago, but I'm sure someone else can test your changes.

@zedaizd Thank you so much! :tada: Adding the following to my webpack config for main solved the issue: ``` import { IgnorePlugin } from "webpack"; // Inside the config object,...

Note for anyone trying to import images into a TypeScript/React project: I had to create separate declaration files for each image type. Putting them into the same file didn't work....

What's the state of this PR?