4

How can I set default font to Roboto of the kendo-editor in Angular.

1 Answers1

0

I asked on telerik forums and got the answer it's all explained here

Just set the [iframe]=false on editor in HTML

and then in your css file define this:

.k-editor .k-editor-content {
  font-family: Roboto;
}

https://www.telerik.com/kendo-angular-ui/components/editor/styling/#toc-customizing-the-appearance

Eric Aya
  • 69,473
  • 35
  • 181
  • 253