'Font artifacts on Firefox using fonts googleapis

I am using google fontapis to get particular font. It looks great on Chrome or Edge, but it has some artifacts on Firefox(check screenshot). How do I use it in css:

@import url('https://fonts.googleapis.com/css?family=Comfortaa');
body {
  font-family: 'Comfortaa', sans-serif !important;
}

The format is WOFF2 which should work good on all browsers.

Any ideas?

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source