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