79294387

Date: 2024-12-19 13:08:26
Score: 0.5
Natty:
Report link

I was facing the same problem and solved it using following steps

Checked my style.scss, there I found the following

* {

font-family: 'poppins'

}

I removed it and applied the same on body and it worked.

Thanks to the following post https://github.com/kolkov/angular-editor/issues/217#issuecomment-820259174

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jackz_sparrow