Setting Default Font Family for kendo-angular-editor

1.5k Views Asked by At

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

1

There are 1 best solutions below

0
Sven Scekic On

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